diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
commit | 3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a (patch) | |
tree | 5b1dc1e532e934b276fd511ffae55c4c153de5ec /usr.bin | |
parent | 6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff) |
Removed -I${.CURDIR}/.../sys from CFLAGS.
Notes
Notes:
svn path=/head/; revision=76812
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fstat/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/mt/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/systat/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/vmstat/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index ae51fb6ca130..6cf4c59afe84 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 0e692e92cd12..25b4af5b897f 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 1bbaae6b4608..80f7bc31cbbd 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 d3bd40d004fd..9dd37686ecb9 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} |