summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatec
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-03 07:21:59 +0000
committerpjd <pjd@FreeBSD.org>2004-05-03 07:21:59 +0000
commitffd473d54b3becbc2879a79e45c66efdcea2929e (patch)
treed1236085cd492fc61ed7234bcd9ef6681e48c01c /sbin/ggate/ggatec
parent7e21b7fd59877cfbd0911e6ad74e319026f28254 (diff)
downloadFreeBSD-src-ffd473d54b3becbc2879a79e45c66efdcea2929e.zip
FreeBSD-src-ffd473d54b3becbc2879a79e45c66efdcea2929e.tar.gz
Paths correction.
Pointed out by: ache, make buildworld
Diffstat (limited to 'sbin/ggate/ggatec')
-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 07c7a52..80525a3 100644
--- a/sbin/ggate/ggatec/Makefile
+++ b/sbin/ggate/ggatec/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ../shared
+.PATH: ${.CURDIR}/../shared
BINDIR= /sbin
PROG= ggatec
@@ -9,7 +9,7 @@ MAN= ggatec.8
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
WARNS= 6
-CFLAGS+=-I../shared
+CFLAGS+=-I${.CURDIR}/../shared
CFLAGS+=-DLIBGEOM
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud