From 67ca20936d6c6c3c575fb593f645c095831afb97 Mon Sep 17 00:00:00 2001 From: jmg Date: Fri, 22 Aug 1997 14:22:31 +0000 Subject: -I/sys converstion and Id line --- usr.bin/fstat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1