]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/nghook/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / nghook / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $
3
4 PROG=   nghook
5 MAN=    nghook.8
6 SRCS=   main.c
7
8 DPADD=  ${LIBNETGRAPH}
9 LDADD=  -lnetgraph
10
11 .include <bsd.prog.mk>