Relativized a ".PATH:" directive.

This commit is contained in:
phk 1994-11-18 02:26:15 +00:00
parent cbf05342b5
commit 03deccaeb8

View File

@ -5,6 +5,6 @@ CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} -DDIAGNOSTIC
MAN8= lfs_cleanerd.8
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
.PATH: /sys/ufs/lfs
.PATH: ${.CURDIR}/../../sys/ufs/lfs
.include <bsd.prog.mk>