diff options
author | pjd <pjd@FreeBSD.org> | 2004-05-22 10:33:18 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-05-22 10:33:18 +0000 |
commit | 8ed5f6a1376001999cf39443a41b7e60b6924d4a (patch) | |
tree | 56ead7b30eb230c72364a53a6b2d4fb6ee86b1b9 /sbin/ggate/ggatel | |
parent | 67d2e7b25d7a096d60cef33360ff6203b6a36b39 (diff) | |
download | FreeBSD-src-8ed5f6a1376001999cf39443a41b7e60b6924d4a.zip FreeBSD-src-8ed5f6a1376001999cf39443a41b7e60b6924d4a.tar.gz |
style.Makefile(5).
Diffstat (limited to 'sbin/ggate/ggatel')
-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> |