blob: e81d840885118dc6396dae443f989d0965a9fd59 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.9 2007/11/25 18:25:33 deraadt Exp $
# $NetBSD: Makefile,v 1.15 1997/06/01 03:39:03 mrg Exp $
.if ${MACHINE} == "sparc"
SUBDIR= libsa libz boot bootxx binstall
.endif
SUBDIR+= installboot
.include <bsd.subdir.mk>
|