mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Another absolute path... Two actually.
This commit is contained in:
parent
75f6922290
commit
5b4be47e28
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4711
@ -1,9 +1,9 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
PROG= newlfs
|
||||
CFLAGS+=-I/sys/ufs/lfs
|
||||
CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs
|
||||
SRCS= dkcksum.c lfs.c lfs_cksum.c misc.c newfs.c
|
||||
MAN8= newlfs.8
|
||||
.PATH: /sys/ufs/lfs ${.CURDIR}/../disklabel
|
||||
.PATH: ${.CURDIR}/../../sys/ufs/lfs ${.CURDIR}/../disklabel
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user