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/systat | |
parent | 6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff) |
Removed -I${.CURDIR}/.../sys from CFLAGS.
Notes
Notes:
svn path=/head/; revision=76812
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |