7b9e551896
with a libcommon - to stop unnecessary recompilation of the source. add Makefile* to suit.
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.6 1998/03/15 01:13:25 lukem Exp $
|
|
|
|
PROG= bootpd
|
|
CPPFLAGS+= -DVEND_CMU
|
|
|
|
MAN= bootpd.8 bootptab.5
|
|
MLINKS= bootpd.8 bootpgw.8
|
|
|
|
.include <bsd.prog.mk>
|