From 4dfb0c50d6c7929fd3ad3653aad8e3e2b262c7c7 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Thu, 21 May 1998 23:38:08 +0000 Subject: [PATCH] Remove -Wpointer-arith --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 5ad1c9d898e5..a35204464dd1 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