c6db8143ed
Reduce overlinking
11 lines
154 B
Makefile
11 lines
154 B
Makefile
# $Id: Makefile,v 1.5 2003/08/14 20:06:21 max Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= hcseriald
|
|
MAN= hcseriald.8
|
|
WARNS?= 2
|
|
|
|
LIBADD= netgraph
|
|
|
|
.include <bsd.prog.mk>
|