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