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