7b9e551896
with a libcommon - to stop unnecessary recompilation of the source. add Makefile* to suit.
8 lines
195 B
Makefile
8 lines
195 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/03/15 01:13:24 lukem Exp $
|
|
|
|
SUBDIR= common bootpd bootpef bootpgw bootptest
|
|
|
|
all-bootpd all-bootpef all-bootpgw all-bootptest: all-common
|
|
|
|
.include <bsd.subdir.mk>
|