diff options
-rw-r--r-- | sbin/ggate/ggatel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/ggate/ggatel/Makefile b/sbin/ggate/ggatel/Makefile index e6fd870..8fb25fa 100644 --- a/sbin/ggate/ggatel/Makefile +++ b/sbin/ggate/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 <bsd.prog.mk> |