7 lines
81 B
Makefile
7 lines
81 B
Makefile
PROG= watch
|
|
MAN8= watch.8
|
|
BINMODE=500
|
|
LDADD= -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|