diff options
author | brian <brian@FreeBSD.org> | 1998-05-21 23:38:08 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-05-21 23:38:08 +0000 |
commit | 513467478d32a48b649213468381b62e4f66fb85 (patch) | |
tree | b81eebfb30533fa20d032d38e68f64313b4d507b /usr.sbin/ppp | |
parent | dc0ae5e7bf272ca643f040023af2949b476d3ebe (diff) | |
download | FreeBSD-src-513467478d32a48b649213468381b62e4f66fb85.zip FreeBSD-src-513467478d32a48b649213468381b62e4f66fb85.tar.gz |
Remove -Wpointer-arith
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
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 |