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/opieinfo/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/opieinfo/Makefile') diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 2ee633d..e9944e1 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -10,6 +10,7 @@ CFLAGS+=-DINSECURE_OVERRIDE DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd +BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg -- cgit v1.1