diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index adf1916..280a34f 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -4,7 +4,7 @@ PROG= netstat SRCS= if.c inet.c main.c mbuf.c mroute.c ipx.c route.c \ unix.c atalk.c # iso.c ns.c tp_astring.c -CFLAGS+=-I/sys # -g +#CFLAGS+=-g #.PATH: ${.CURDIR}/../../sys/netiso BINGRP= kmem BINMODE=2555 |