mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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
9 lines
188 B
Makefile
9 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>
|