another -I/sys to -I${.CURDIR}/../../sys
This commit is contained in:
parent
82681653a4
commit
71f6084c4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user