summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-05-21 23:38:08 +0000
committerbrian <brian@FreeBSD.org>1998-05-21 23:38:08 +0000
commit513467478d32a48b649213468381b62e4f66fb85 (patch)
treeb81eebfb30533fa20d032d38e68f64313b4d507b /usr.sbin/ppp/Makefile
parentdc0ae5e7bf272ca643f040023af2949b476d3ebe (diff)
downloadFreeBSD-src-513467478d32a48b649213468381b62e4f66fb85.zip
FreeBSD-src-513467478d32a48b649213468381b62e4f66fb85.tar.gz
Remove -Wpointer-arith
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 5ad1c9d..a352044 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.36.2.12 1998/05/04 03:01:34 brian Exp $
+# $Id: Makefile,v 1.37 1998/05/21 21:43:36 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \
@@ -6,7 +6,7 @@ SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \
ipcp.c iplist.c lcp.c link.c log.c lqr.c main.c mbuf.c modem.c \
mp.c pap.c physical.c pred.c prompt.c route.c server.c sig.c \
slcompress.c systems.c throughput.c timer.c tun.c vjcomp.c
-CFLAGS+=-Wall -Wpointer-arith
+CFLAGS+=-Wall
LDADD+= -lutil -lz
DPADD+= ${LIBUTIL} ${LIBZ}
BINMODE=4550
OpenPOWER on IntegriCloud