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