From e8c5a96b608c0b8fc1ff4bbf4324fe068e9c4082 Mon Sep 17 00:00:00 2001 From: pjd Date: Sat, 22 May 2004 10:33:18 +0000 Subject: [PATCH] style.Makefile(5). --- ggatel/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ggatel/Makefile b/ggatel/Makefile index e6fd870..8fb25fa 100644 --- a/ggatel/Makefile +++ b/ggatel/Makefile @@ -1,15 +1,15 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../shared +.PATH: ${.CURDIR}/../shared -BINDIR= /sbin PROG= ggatel -SRCS= ggatel.c ggate.c MAN= ggatel.8 +SRCS= ggatel.c ggate.c + +CFLAGS+= -DLIBGEOM +CFLAGS+= -I${.CURDIR}/../shared + DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} LDADD= -lgeom -lsbuf -lbsdxml -WARNS= 6 -CFLAGS+=-I${.CURDIR}/../shared -CFLAGS+=-DLIBGEOM .include