mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 11:17:04 -04:00
11 lines
192 B
Makefile
11 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/12/11 12:18:06 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${USETOOLS} != "yes")
|
|
SUBDIR= fixcoff .WAIT
|
|
.endif
|
|
SUBDIR+= bootxx ofwboot
|
|
|
|
.include <bsd.subdir.mk>
|