1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/nghook/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

11 lines
155 B
Makefile

# $FreeBSD$
# $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $
PROG= nghook
MAN= nghook.8
SRCS= main.c
LIBADD= netgraph
.include <bsd.prog.mk>