summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-20 16:14:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-20 16:14:56 +0000
commit0854bae1092a011137a1dae2110b6e79ee7581f7 (patch)
treef1d45f7a30f84fac15470a009fdb58be44c320eb /usr.sbin/pppd/Makefile
parent9b7c79115740099cdfcd2ebf33571802f98fa980 (diff)
do not override other ppp manpage
Diffstat (limited to 'usr.sbin/pppd/Makefile')
-rw-r--r--usr.sbin/pppd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index d28b3713997..d0cb6239cf8 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1997/09/21 11:44:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 1997/12/20 16:14:55 deraadt Exp $
PCAPDIR=${.CURDIR}/../../lib/libpcap
@@ -16,6 +16,4 @@ LDADD= -lpcap -lutil
DPADD= ${LIBPCAP} ${LIBUTIL}
CFLAGS+= -I. -I${PCAPDIR} -DHAVE_PATHS_H -DIPX_CHANGE -DPPP_FILTER -DUSE_CRYPT
-MLINKS= pppd.8 ppp.8
-
.include <bsd.prog.mk>