summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ggate/ggatel/Makefile')
-rw-r--r--sbin/ggate/ggatel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile
index be88bd4..af58c73 100644
--- a/sbin/ggate/ggatel/Makefile
+++ b/sbin/ggate/ggatel/Makefile
@@ -1,13 +1,13 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../shared
+.PATH: ${.CURDIR:H}/shared
PROG= ggatel
MAN= ggatel.8
SRCS= ggatel.c ggate.c
CFLAGS+= -DLIBGEOM
-CFLAGS+= -I${.CURDIR}/../shared
+CFLAGS+= -I${.CURDIR:H}/shared
LIBADD= geom util
OpenPOWER on IntegriCloud