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.
This commit is contained in:
Robert Watson 2001-03-22 04:10:51 +00:00
parent 4482ce0f57
commit a8ee378010
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74625

View File

@ -1,7 +1,6 @@
# $FreeBSD$
PROG= watch
BINMODE=500
LDADD+= -ltermcap
DPADD+= ${LIBTERMCAP}