From 6d424582d5385abe9c55c155df3fa2f0ff5837f6 Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 3 May 2004 07:21:59 +0000 Subject: [PATCH] Paths correction. Pointed out by: ache, make buildworld --- ggatec/Makefile | 4 ++-- ggated/Makefile | 4 ++-- ggatel/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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