summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatec/Makefile
diff options
context:
space:
mode:
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