xref: /freebsd/usr.sbin/nghook/Makefile (revision 9286d46a794f25482880d29864a8901ef6666fae)
1# $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $
2
3PROG=	nghook
4MAN=	nghook.8
5SRCS=	main.c
6
7LIBADD=	netgraph
8
9.include <bsd.prog.mk>
10