mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
10 lines
225 B
Makefile
10 lines
225 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/12/13 05:01:34 nakayama Exp $
|
|
|
|
.if ${MACHINE} == sparc64
|
|
SUBDIR= ../../sparc/stand/ofwboot
|
|
SUBDIR+=../../sparc/stand/bootblk
|
|
SUBDIR+=../../sparc/stand/binstall
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|