summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/netstat/Makefile2
-rw-r--r--usr.sbin/pciconf/Makefile1
-rw-r--r--usr.sbin/pstat/Makefile1
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}
OpenPOWER on IntegriCloud