diff options
author | peter <peter@FreeBSD.org> | 1997-07-15 07:03:00 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-07-15 07:03:00 +0000 |
commit | 7df57a5f44d2b8e3309bcc1ffbad0933d632e7b1 (patch) | |
tree | e3c481ee2e0d4ef322d455321d20d1a3273b69ac /usr.sbin/pstat | |
parent | 2b97a333e619f1c1cd2677d220097de0d1e40555 (diff) | |
download | FreeBSD-src-7df57a5f44d2b8e3309bcc1ffbad0933d632e7b1.zip FreeBSD-src-7df57a5f44d2b8e3309bcc1ffbad0933d632e7b1.tar.gz |
Previous commit to remove -I/sys broke 'make world', miscfs/union/*.h is
not (yet?) installed in /usr/include.
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index 11fb667..5954d13 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= pstat +CFLAGS+=-I${.CURDIR}/../../sys BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} |