aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate/ggatec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ggate/ggatec/Makefile')
-rw-r--r--sbin/ggate/ggatec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile
index e228feaf471a..0f4eb70e67aa 100644
--- a/sbin/ggate/ggatec/Makefile
+++ b/sbin/ggate/ggatec/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../shared
+.PATH: ${.CURDIR:H}/shared
PROG= ggatec
MAN= ggatec.8
@@ -8,7 +8,7 @@ SRCS= ggatec.c ggate.c
CFLAGS+= -DMAX_SEND_SIZE=32768
CFLAGS+= -DLIBGEOM
-CFLAGS+= -I${.CURDIR}/../shared
+CFLAGS+= -I${.CURDIR:H}/shared
LIBADD= geom util pthread