summaryrefslogtreecommitdiffstats
path: root/sbin/growfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/growfs/Makefile')
-rw-r--r--sbin/growfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index a75c644..bf3a8f2 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -6,19 +6,19 @@
.include <src.opts.mk>
-.PATH: ${.CURDIR}/../mount
+.PATH: ${.CURDIR:H}/mount
PACKAGE=runtime
PROG= growfs
SRCS= growfs.c getmntopts.c
MAN= growfs.8
-CFLAGS+=-I${.CURDIR}/../mount
+CFLAGS+=-I${.CURDIR:H}/mount
.if defined(GFSDBG)
SRCS+= debug.c
CFLAGS+= -DFS_DEBUG
NO_WCAST_ALIGN= yes
-.endif
+.endif
LIBADD= util
OpenPOWER on IntegriCloud