diff options
author | jmg <jmg@FreeBSD.org> | 1997-08-22 14:00:57 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-08-22 14:00:57 +0000 |
commit | 76e2f9acd93618a7fa9bb1ec5bacd3ef3305b0a9 (patch) | |
tree | e6913856054f9095e6b94172dabe555e87f9902a /libexec | |
parent | c66fad14a258274ef5dca9b13a8b67db16ed6d5d (diff) | |
download | FreeBSD-src-76e2f9acd93618a7fa9bb1ec5bacd3ef3305b0a9.zip FreeBSD-src-76e2f9acd93618a7fa9bb1ec5bacd3ef3305b0a9.tar.gz |
change -I/sys to -I${.CURDIR}/../../sys
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/lfs_cleanerd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/lfs_cleanerd/Makefile b/libexec/lfs_cleanerd/Makefile index cda9236..aeee566 100644 --- a/libexec/lfs_cleanerd/Makefile +++ b/libexec/lfs_cleanerd/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id$ +# $Id: Makefile,v 1.7 1997/02/22 14:21:43 peter Exp $ PROG= lfs_cleanerd -CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG} +CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs -I${.CURDIR} ${DEBUG} MAN8= lfs_cleanerd.8 SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c |