blob: a81a4ab48bb92d0772b2c48878a5aee41e039bba (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|