freebsd-dev/usr.sbin/watch/Makefile
Robert Watson a8ee378010 o Strip BINMODE from Makefile. Installing watch with 0500 provides no
added security benefit, as it doesn't provide extra privilege.
  Protection against inappropriate snooping is done by protecting
  /dev/snp* properly.
2001-03-22 04:10:51 +00:00

8 lines
89 B
Makefile

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