summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-03-04 10:38:42 +0000
committerache <ache@FreeBSD.org>1996-03-04 10:38:42 +0000
commitdb042deee509655d1b7e993d4ee283cbda3ceac0 (patch)
treeb613026b11dee232011681110c1ee0bd87a59af3 /usr.sbin/ppp/Makefile
parentd72207bd88175cc8b510a49263514c2f8c594874 (diff)
downloadFreeBSD-src-db042deee509655d1b7e993d4ee283cbda3ceac0.zip
FreeBSD-src-db042deee509655d1b7e993d4ee283cbda3ceac0.tar.gz
Eliminate multiply uucplock.c
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 07c2af6..33a2b9f 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1996/01/11 17:48:33 phk Exp $
+# $Id: Makefile,v 1.5 1996/01/30 20:04:20 phk Exp $
PROG= ppp
SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
@@ -6,11 +6,13 @@ 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
#CFLAGS+= -DHAVE_SHELL_CMD_WITH_ANY_MODE
-CFLAGS += -Wall
+CFLAGS += -Wall -DUSE_PERROR
LDADD += -lmd
DPADD += ${LIBMD}
MAN8= ppp.8
BINMODE=4555
BINOWN= root
+.PATH: ${.CURDIR}/../../sbin/startslip
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud