diff --git a/ggatec/Makefile b/ggatec/Makefile index 07c7a52..80525a3 100644 --- a/ggatec/Makefile +++ b/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 diff --git a/ggated/Makefile b/ggated/Makefile index feae550..e016b8a 100644 --- a/ggated/Makefile +++ b/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 diff --git a/ggatel/Makefile b/ggatel/Makefile index a72a052..e6fd870 100644 --- a/ggatel/Makefile +++ b/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