aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fstat/Makefile1
-rw-r--r--usr.bin/mt/Makefile1
-rw-r--r--usr.bin/systat/Makefile1
-rw-r--r--usr.bin/vmstat/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index ae51fb6ca130d..6cf4c59afe849 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -4,7 +4,6 @@
PROG= fstat
SRCS= cd9660.c fstat.c msdosfs.c
CFLAGS+=-Wall
-CFLAGS+=-I${.CURDIR}/../../sys
DPADD= ${LIBKVM}
LDADD= -lkvm
BINGRP= kmem
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile
index 0e692e92cd12b..25b4af5b897f5 100644
--- a/usr.bin/mt/Makefile
+++ b/usr.bin/mt/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= mt
-CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 1bbaae6b4608d..80f7bc31cbbd7 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= systat
-CFLAGS+=-I${.CURDIR}/../../sys
SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \
mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c ip.c tcp.c \
vmstat.c
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index d3bd40d004fd7..9dd37686ecb94 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -3,7 +3,6 @@
PROG= vmstat
MAN= vmstat.8
-CFLAGS+=-I${.CURDIR}/../../sys
BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM} ${LIBDEVSTAT}