summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggated/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ggate/ggated/Makefile')
-rw-r--r--sbin/ggate/ggated/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ggate/ggated/Makefile b/sbin/ggate/ggated/Makefile
index 83516c6..c5a6131 100644
--- a/sbin/ggate/ggated/Makefile
+++ b/sbin/ggate/ggated/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../shared
+.PATH: ${.CURDIR:H}/shared
PROG= ggated
MAN= ggated.8
@@ -8,6 +8,6 @@ SRCS= ggated.c ggate.c
LIBADD= pthread util
-CFLAGS+= -I${.CURDIR}/../shared
+CFLAGS+= -I${.CURDIR:H}/shared
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud