c6db8143ed
Reduce overlinking
11 lines
155 B
Makefile
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>
|