Make /usr/bin/crontab install setuid root. (doesn't work otherwise)

The distributed makefile in the package installs it setuid root..
Reviewed by:	jkh
This commit is contained in:
Scott Mace 1994-11-06 01:13:59 +00:00
parent 94096616ab
commit 6831597a60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4189

View File

@ -16,4 +16,8 @@ DPADD+= ${.CURDIR}/../lib/libcron.a
LDADD+= -lcron
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
.include <bsd.prog.mk>