1
0
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:
Poul-Henning Kamp 1994-11-20 23:01:27 +00:00
parent 75f6922290
commit 5b4be47e28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4711

View File

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