a8ee378010
added security benefit, as it doesn't provide extra privilege. Protection against inappropriate snooping is done by protecting /dev/snp* properly.
8 lines
89 B
Makefile
8 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= watch
|
|
LDADD+= -ltermcap
|
|
DPADD+= ${LIBTERMCAP}
|
|
|
|
.include <bsd.prog.mk>
|