summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-18 03:47:53 +0000
committerjkh <jkh@FreeBSD.org>1996-10-18 03:47:53 +0000
commita95b9bd32675f83e5b11b8efe2ad032cdf1a2376 (patch)
treec297049588569972be22c45476c7ed85a3f2387d /usr.sbin/ppp/Makefile
parent238a3adedd97d9735f07a38cce644d49d0340238 (diff)
downloadFreeBSD-src-a95b9bd32675f83e5b11b8efe2ad032cdf1a2376.zip
FreeBSD-src-a95b9bd32675f83e5b11b8efe2ad032cdf1a2376.tar.gz
Make changes suggested in PR#1825, closing it. Removes default local
hack behavior better than previous commit. Submitted-By: Peter Childs <pjchilds@imforei.apana.org.au>
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index a273388..0b2efc5 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1996/10/06 13:32:26 jkh Exp $
+# $Id: Makefile,v 1.8 1996/10/18 01:44:45 jkh Exp $
PROG= ppp
SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
@@ -6,7 +6,7 @@ SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
pap.c pred.c route.c slcompress.c timer.c systems.c uucplock.c vars.c \
vjcomp.c arp.c passwdauth.c
#CFLAGS+= -DHAVE_SHELL_CMD_WITH_ANY_MODE
-CFLAGS += -Wall -DUSE_PERROR -DMSEXT -DPASSWDAUTH # -DLOCALHACK
+CFLAGS += -Wall -DUSE_PERROR -DMSEXT -DPASSWDAUTH
LDADD += -lmd -lcrypt -lutil
DPADD += ${LIBMD}
MAN8= ppp.8
OpenPOWER on IntegriCloud