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 | |
parent | 9bdf968dee43320456bcef77fa05f18220250241 (diff) | |
download | FreeBSD-src-9b98d67c6f9fb65fdafb0638f76da25dc766c39c.zip FreeBSD-src-9b98d67c6f9fb65fdafb0638f76da25dc766c39c.tar.gz |
Remove -I/sys
-rw-r--r-- | usr.bin/netstat/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pciconf/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/pstat/Makefile | 1 |
3 files changed, 1 insertions, 3 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 diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index 12b95fd..aba7ba4 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -2,6 +2,5 @@ PROG= pciconf MAN8= pciconf.8 -CFLAGS+= -I/sys .include <bsd.prog.mk> diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index a8f0496..11fb667 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -1,7 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= pstat -CFLAGS+=-I/sys BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} |