From ffd473d54b3becbc2879a79e45c66efdcea2929e Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 3 May 2004 07:21:59 +0000 Subject: Paths correction. Pointed out by: ache, make buildworld --- sbin/ggate/ggatel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/ggate/ggatel') diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile index a72a052..e6fd870 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 -- cgit v1.1