summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-10-20 00:19:38 +0000
committerbrian <brian@FreeBSD.org>1998-10-20 00:19:38 +0000
commita255f47bacb7c3029f126bbd714fb90a3318b339 (patch)
tree246d949387b8dde8ce86977eed7d4603fd0513fd /usr.sbin/ppp/Makefile
parent3c0d8db9217e8fdac7bc7134d0c52f220ecd767e (diff)
downloadFreeBSD-src-a255f47bacb7c3029f126bbd714fb90a3318b339.zip
FreeBSD-src-a255f47bacb7c3029f126bbd714fb90a3318b339.tar.gz
Specify BINOWN explicitly - we don't want to depend on bsd.own.mk
setting it to ``root''.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index d8e1f87..5bfe87d 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -10,6 +10,7 @@ CFLAGS+=-Wall
LDADD+= -lutil -lz
DPADD+= ${LIBUTIL} ${LIBZ}
BINMODE=4554
+BINOWN= root
BINGRP= network
MAN8= ppp.8
LDADD+= -lmd -lcrypt
OpenPOWER on IntegriCloud