mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
7 lines
81 B
Makefile
7 lines
81 B
Makefile
PROG= watch
|
|
MAN8= watch.8
|
|
BINMODE=500
|
|
LDADD= -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|