From 9302f8d66bd77a286035d11c3f0e4c0743bb4abd Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 28 Apr 2002 12:14:10 +0000 Subject: [PATCH] Remove GCC-specific flags and commented out cruft. --- usr.bin/netstat/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index f1bd3d8c5f0..2cb84859b34 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -4,12 +4,9 @@ PROG= netstat SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c ipx.c route.c \ unix.c atalk.c netgraph.c mroute6.c ipsec.c # iso.c ns.c tp_astring.c -CFLAGS+=-Wall CFLAGS+=-DIPSEC CFLAGS+=-DINET6 -#CFLAGS+=-g -#.PATH: ${.CURDIR}/../../sys/netiso BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH} ${LIBUTIL} -- 2.45.2