aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-05-03 07:21:59 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-05-03 07:21:59 +0000
commit7ee7f482a78bc315bc12b1e1715d2809dc0df382 (patch)
treed1236085cd492fc61ed7234bcd9ef6681e48c01c /sbin/ggate
parent12c7908f85ec6cf5634242d27eb64c69b15447c8 (diff)
downloadsrc-7ee7f482a78bc315bc12b1e1715d2809dc0df382.tar.gz
src-7ee7f482a78bc315bc12b1e1715d2809dc0df382.zip
Paths correction.
Pointed out by: ache, make buildworld
Notes
Notes: svn path=/head/; revision=128862
Diffstat (limited to 'sbin/ggate')
-rw-r--r--sbin/ggate/ggatec/Makefile4
-rw-r--r--sbin/ggate/ggated/Makefile4
-rw-r--r--sbin/ggate/ggatel/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile
index 07c7a5283f62..80525a3601ff 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>
diff --git a/sbin/ggate/ggated/Makefile b/sbin/ggate/ggated/Makefile
index feae55099bda..e016b8a54947 100644
--- a/sbin/ggate/ggated/Makefile
+++ b/sbin/ggate/ggated/Makefile
@@ -1,12 +1,12 @@
# $FreeBSD$
-.PATH: ../shared
+.PATH: ${.CURDIR}/../shared
BINDIR= /sbin
PROG= ggated
SRCS= ggated.c ggate.c
MAN= ggated.8
WARNS= 6
-CFLAGS+=-I../shared
+CFLAGS+=-I${.CURDIR}/../shared
.include <bsd.prog.mk>
diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile
index a72a0527e614..e6fd870c6c12 100644
--- a/sbin/ggate/ggatel/Makefile
+++ b/sbin/ggate/ggatel/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ../shared
+.PATH: ${.CURDIR}/../shared
BINDIR= /sbin
PROG= ggatel
@@ -9,7 +9,7 @@ MAN= ggatel.8
DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD= -lgeom -lsbuf -lbsdxml
WARNS= 6
-CFLAGS+=-I../shared
+CFLAGS+=-I${.CURDIR}/../shared
CFLAGS+=-DLIBGEOM
.include <bsd.prog.mk>