aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-22 14:22:31 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-22 14:22:31 +0000
commite8a2a1c555a9f5e0baa647b5324c218b0ef9ede0 (patch)
treea1a8d412c7ae19c4dc57eea2d806bcc2bea1597f /usr.bin/fstat
parentdefffb3fccfe942b85b9b57545cd41dbba290dc6 (diff)
downloadsrc-e8a2a1c555a9f5e0baa647b5324c218b0ef9ede0.tar.gz
src-e8a2a1c555a9f5e0baa647b5324c218b0ef9ede0.zip
-I/sys converstion and Id line
Notes
Notes: svn path=/head/; revision=28591
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 a8b50c27103f..32d0aefdad88 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