summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-08-22 14:22:31 +0000
committerjmg <jmg@FreeBSD.org>1997-08-22 14:22:31 +0000
commit67ca20936d6c6c3c575fb593f645c095831afb97 (patch)
tree6d7427b283c7fd6ad0f4fc229fb5350eb1f5830a /usr.bin/fstat
parent05f0e169e17f6c7fa6a58a4706143bd79a3ecf85 (diff)
downloadFreeBSD-src-67ca20936d6c6c3c575fb593f645c095831afb97.zip
FreeBSD-src-67ca20936d6c6c3c575fb593f645c095831afb97.tar.gz
-I/sys converstion and Id line
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index a8b50c2..32d0aef 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= fstat
-CFLAGS+=-I/sys
+CFLAGS+=-I${.CURDIR}/../../sys
DPADD= ${LIBKVM}
LDADD= -lkvm
BINGRP= kmem
OpenPOWER on IntegriCloud