freebsd-dev/usr.sbin/watch/Makefile
Dima Dorfman 8d43ce09fc Add prototypes, staticize, constify, don't shadow global variables and
functions, remove an unused function, and silence other assorted
warnings.

Set WARNS=2.
2001-07-15 11:03:28 +00:00

10 lines
112 B
Makefile

# $FreeBSD$
PROG= watch
WARNS?= 2
MAN= watch.8
LDADD+= -ltermcap
DPADD+= ${LIBTERMCAP}
.include <bsd.prog.mk>