another -I/sys to -I${.CURDIR}/../../sys

This commit is contained in:
John-Mark Gurney 1997-08-22 14:04:09 +00:00
parent 82681653a4
commit 71f6084c4a

View File

@ -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