summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nghook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nghook/Makefile')
-rw-r--r--usr.sbin/nghook/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile
new file mode 100644
index 0000000..1130ec9
--- /dev/null
+++ b/usr.sbin/nghook/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+# $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $
+
+PROG= nghook
+SRCS= main.c
+MAN8= nghook.8
+DPADD= ${LIBNETGRAPH}
+LDADD= -lnetgraph
+COPTS+= -g -Wall -O2 -Werror
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud