freebsd-dev/usr.sbin/watch/Makefile
Ugen J.S. Antsilevich 7f4c79484b This is watch - programm to work with /dev/snp,
it still lacks manpage-i will commit it today later.
For now to test try: watch [ttyname] :)
1995-02-17 14:36:03 +00:00

7 lines
73 B
Makefile

PROG= watch
NOMAN=
BINMODE=500
LDADD= -ltermcap
.include <bsd.prog.mk>