summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
committerobrien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
commit0337d32241d1e13ea8c89f393dcbebbee887d4a6 (patch)
tree12e0435ebc09524ec74f859d972e8848669e0720 /usr.sbin/ppp/Makefile
parent18dba2fe217665c3bdc50fb3b3a724645d1e7196 (diff)
downloadFreeBSD-src-0337d32241d1e13ea8c89f393dcbebbee887d4a6.zip
FreeBSD-src-0337d32241d1e13ea8c89f393dcbebbee887d4a6.tar.gz
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 72eed9f..d8e1f87 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.46 1998/08/30 23:53:25 brian Exp $
+# $Id: Makefile,v 1.47 1998/08/31 12:14:31 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c command.c \
@@ -10,7 +10,6 @@ CFLAGS+=-Wall
LDADD+= -lutil -lz
DPADD+= ${LIBUTIL} ${LIBZ}
BINMODE=4554
-BINOWN= root
BINGRP= network
MAN8= ppp.8
LDADD+= -lmd -lcrypt
OpenPOWER on IntegriCloud