mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
6875d25465
ready for it yet.
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# $Id$
|
|
|
|
.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
|
|
SUBDIR= pc98/boot
|
|
.else
|
|
SUBDIR= ${MACHINE}/boot
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|