Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2018/11/08 21:47:04 christos Exp $
2
3.include <bsd.init.mk>
4
5SUBDIR=	bootia32
6.if ${MACHINE} == "amd64"
7SUBDIR+=	bootx64
8.endif
9
10.include <bsd.subdir.mk>
11