diff options
author | phk <phk@FreeBSD.org> | 1994-11-21 01:07:02 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-21 01:07:02 +0000 |
commit | ca8dad7731ece50fa9297c7f63dedbd49a97f74b (patch) | |
tree | 97ba2aad0c3563d8eb4773fa486c9c9380206f2e /usr.bin | |
parent | e9b31a47c430d6bb2a156baaaa596358f4f0dcfa (diff) | |
download | FreeBSD-src-ca8dad7731ece50fa9297c7f63dedbd49a97f74b.zip FreeBSD-src-ca8dad7731ece50fa9297c7f63dedbd49a97f74b.tar.gz |
Another absolute path...
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 67e3624..ecf831e 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= systat -CFLAGS+=-I/sys -I${.CURDIR}/../vmstat +CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}/../vmstat SRCS= cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \ mbufs.c netcmds.c netstat.c pigs.c swap.c LDADD= -lcurses -ltermcap -lm -lkvm |