blob: 621784028c375423bf000b83f85204576b235d66 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.4 2001/09/07 15:35:23 jason Exp $
.if ${MACHINE} == "sparc64"
SUBDIR= bootblk libsa libkern libz ofwboot ofwboot.net
.endif
SUBDIR+= installboot
.include <bsd.subdir.mk>
|