1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28589

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