xref: /freebsd/usr.sbin/nghook/Makefile (revision 09a53ad8f1318c5daae6cfb19d97f4f6459f0013)
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