summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/Makefile')
-rw-r--r--usr.sbin/ngctl/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile
new file mode 100644
index 0000000..a4e02ad
--- /dev/null
+++ b/usr.sbin/ngctl/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+# $Whistle: Makefile,v 1.3 1999/01/16 00:10:11 archie Exp $
+
+PROG= ngctl
+SRCS= main.c mkpeer.c connect.c name.c show.c list.c \
+ debug.c shutdown.c rmhook.c status.c types.c
+MAN8= ngctl.8
+
+LDADD+= -lnetgraph
+DPADD+= /usr/lib/libnetgraph.a
+
+COPTS+= -O2 -g -Wall -Werror
+COPTS+= -I/usr/src.freefall/sys
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud