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