summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatec/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-04-30 16:18:01 +0000
committerpjd <pjd@FreeBSD.org>2004-04-30 16:18:01 +0000
commit68969eb22f3be0a071cba8c4c96f64be1df6bb60 (patch)
tree25ee35d94bf83696edad861c7fb1ed97a56b82a6 /sbin/ggate/ggatec/Makefile
parentbbe94a6e43b5b9959259e74fa12c735f2b60c4f9 (diff)
downloadFreeBSD-src-68969eb22f3be0a071cba8c4c96f64be1df6bb60.zip
FreeBSD-src-68969eb22f3be0a071cba8c4c96f64be1df6bb60.tar.gz
GEOM Gate network client and control utility.
Diffstat (limited to 'sbin/ggate/ggatec/Makefile')
-rw-r--r--sbin/ggate/ggatec/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sbin/ggate/ggatec/Makefile b/sbin/ggate/ggatec/Makefile
new file mode 100644
index 0000000..07c7a52
--- /dev/null
+++ b/sbin/ggate/ggatec/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.PATH: ../shared
+
+BINDIR= /sbin
+PROG= ggatec
+SRCS= ggatec.c ggate.c
+MAN= ggatec.8
+DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
+LDADD= -lgeom -lsbuf -lbsdxml
+WARNS= 6
+CFLAGS+=-I../shared
+CFLAGS+=-DLIBGEOM
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud