ad63a118b2
All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users. Ok'd by: core Submitted by: FreeBSD(98) development team
10 lines
188 B
Makefile
10 lines
188 B
Makefile
# $Id: Makefile,v 1.4 1995/12/26 13:57:32 bde Exp $
|
|
|
|
.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
|
|
SUBDIR= pc98/boot
|
|
.else
|
|
SUBDIR= ${MACHINE}/boot
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|