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