From bc205d4152b4848268ee74e8531bdebcfa025808 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 13 Sep 2001 06:48:18 +0000 Subject: 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. --- usr.bin/at/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/at/Makefile') diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 0f31ee0..f69aee3 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -12,6 +12,7 @@ MLINKS= at.1 batch.1 \ at.1 atq.1 \ at.1 atrm.1 +BINOWN= root BINMODE= 4555 CLEANFILES+= at.1 -- cgit v1.1