diff options
author | guido <guido@FreeBSD.org> | 1997-07-13 11:51:42 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1997-07-13 11:51:42 +0000 |
commit | 9b98d67c6f9fb65fdafb0638f76da25dc766c39c (patch) | |
tree | 966d7c7a750a6f5b62eaa61db664a5fcc54df360 /usr.bin/netstat/Makefile | |
parent | 9bdf968dee43320456bcef77fa05f18220250241 (diff) | |
download | FreeBSD-src-9b98d67c6f9fb65fdafb0638f76da25dc766c39c.zip FreeBSD-src-9b98d67c6f9fb65fdafb0638f76da25dc766c39c.tar.gz |
Remove -I/sys
Diffstat (limited to 'usr.bin/netstat/Makefile')
-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 |