6875d25465
ready for it yet.
10 lines
143 B
Makefile
10 lines
143 B
Makefile
# $Id$
|
|
|
|
.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
|
|
SUBDIR= pc98/boot
|
|
.else
|
|
SUBDIR= ${MACHINE}/boot
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|