summaryrefslogtreecommitdiff
path: root/usr.bin/lock
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-09-13 06:48:18 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-09-13 06:48:18 +0000
commitcda2a9b2f0ab38e44572729b85e2ef744b6c831f (patch)
tree803f734f43871d3306b26ad1076e0452dd8cbc56 /usr.bin/lock
parent9b8a07ff32be4e7e099bc1526c741b9b1c722294 (diff)
downloadsrc-test2-cda2a9b2f0ab38e44572729b85e2ef744b6c831f.tar.gz
src-test2-cda2a9b2f0ab38e44572729b85e2ef744b6c831f.zip
Set BINOWN=root explicitly for setuid root binaries.
This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case.
Notes
Notes: svn path=/head/; revision=83391
Diffstat (limited to 'usr.bin/lock')
-rw-r--r--usr.bin/lock/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile
index 84c8fd1f8c10..dc09a87b1b9c 100644
--- a/usr.bin/lock/Makefile
+++ b/usr.bin/lock/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= lock
+BINOWN= root
BINMODE=4555
DPADD= ${LIBCRYPT}
LDADD= -lcrypt