From 71f6084c4ae79ea924f70a4e6ddbf999dba8095b Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 22 Aug 1997 14:04:09 +0000 Subject: [PATCH] another -I/sys to -I${.CURDIR}/../../sys --- sbin/dumplfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dumplfs/Makefile b/sbin/dumplfs/Makefile index 97c4c058c54..4d9b101eb7c 100644 --- a/sbin/dumplfs/Makefile +++ b/sbin/dumplfs/Makefile @@ -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