diff options
author | brian <brian@FreeBSD.org> | 1998-10-20 00:19:38 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-10-20 00:19:38 +0000 |
commit | a255f47bacb7c3029f126bbd714fb90a3318b339 (patch) | |
tree | 246d949387b8dde8ce86977eed7d4603fd0513fd /usr.sbin/ppp/Makefile | |
parent | 3c0d8db9217e8fdac7bc7134d0c52f220ecd767e (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 |