Remove -Wpointer-arith

This commit is contained in:
Brian Somers 1998-05-21 23:38:08 +00:00
parent dadabc45a7
commit 4dfb0c50d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36288

View File

@ -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