diff options
Diffstat (limited to 'usr.sbin/nghook/Makefile')
-rw-r--r-- | usr.sbin/nghook/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile new file mode 100644 index 000000000000..1130ec9d4c39 --- /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> |