diff options
author | jmg <jmg@FreeBSD.org> | 1997-08-22 14:04:09 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-08-22 14:04:09 +0000 |
commit | 1597b02260994931d7aff70021229060fbe69bc6 (patch) | |
tree | 4db87e7b312f00fc9e94116a08e64e35cca67513 /sbin | |
parent | 76e2f9acd93618a7fa9bb1ec5bacd3ef3305b0a9 (diff) | |
download | FreeBSD-src-1597b02260994931d7aff70021229060fbe69bc6.zip FreeBSD-src-1597b02260994931d7aff70021229060fbe69bc6.tar.gz |
another -I/sys to -I${.CURDIR}/../../sys
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dumplfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dumplfs/Makefile b/sbin/dumplfs/Makefile index 97c4c05..4d9b101 100644 --- a/sbin/dumplfs/Makefile +++ b/sbin/dumplfs/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 PROG= dumplfs -CFLAGS+=-I/sys/ufs/lfs +CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs SRCS= dumplfs.c lfs_cksum.c misc.c .PATH: ${.CURDIR}/../../sys/ufs/lfs MAN8= dumplfs.8 |