diff options
author | jmg <jmg@FreeBSD.org> | 1997-08-22 14:22:31 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-08-22 14:22:31 +0000 |
commit | 67ca20936d6c6c3c575fb593f645c095831afb97 (patch) | |
tree | 6d7427b283c7fd6ad0f4fc229fb5350eb1f5830a /usr.bin/fstat | |
parent | 05f0e169e17f6c7fa6a58a4706143bd79a3ecf85 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |