blob: 168ffeb97ff213bf79b308e283c5063e727f9c82 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.8 2000/05/27 05:52:31 deraadt Exp $
# $NetBSD: Makefile,v 1.15 1997/06/01 03:39:03 mrg Exp $
.if ${MACHINE} == "sparc"
SUBDIR= libsa libkern libz boot bootxx binstall
.endif
SUBDIR+= installboot
.include <bsd.subdir.mk>
|