summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-12-19 22:59:05 +0000
committersam <sam@FreeBSD.org>2008-12-19 22:59:05 +0000
commitbaa715ff9c569b2fe35defd1ffcc21c115cec54a (patch)
tree8bb140460428f05a02ff0588a1d31c60017db3c0 /usr.sbin/makefs/Makefile
parent578922615a27806b3abe3583801b2e1fd58e5825 (diff)
downloadFreeBSD-src-baa715ff9c569b2fe35defd1ffcc21c115cec54a.zip
FreeBSD-src-baa715ff9c569b2fe35defd1ffcc21c115cec54a.tar.gz
fix pathnames to work w/ buildworld
Diffstat (limited to 'usr.sbin/makefs/Makefile')
-rw-r--r--usr.sbin/makefs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/makefs/Makefile b/usr.sbin/makefs/Makefile
index 8626dd0..0356029 100644
--- a/usr.sbin/makefs/Makefile
+++ b/usr.sbin/makefs/Makefile
@@ -5,21 +5,21 @@ MAN= makefs.8
WARNS?= 2
-CFLAGS+=-I.
+CFLAGS+=-I${.CURDIR}
SRCS= ffs.c getid.c makefs.c walk.c
.PATH: ${.CURDIR}/ffs
-CFLAGS+=-Iffs
+CFLAGS+=-I${.CURDIR}/ffs
CFLAGS+=-DHAVE_STRUCT_STAT_ST_FLAGS=1
CFLAGS+=-DHAVE_STRUCT_STAT_ST_GEN=1
SRCS+= buf.c ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c mkfs.c ufs_bmap.c
.PATH: ${.CURDIR}/compat
-CFLAGS+=-Icompat
+CFLAGS+=-I${.CURDIR}/compat
SRCS+= pwcache.c strsuftoll.c
.PATH: ${.CURDIR}/../mtree
-CFLAGS+=-I../mtree
+CFLAGS+=-I${.CURDIR}/../mtree
SRCS+= misc.c spec.c
.PATH: ${.CURDIR}/../../sys/ufs/ffs
OpenPOWER on IntegriCloud