blob: e55fb82d3ebefc5c470d5b663b6e15894c2a6b2c (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.5 1995/10/13 21:44:08 gwr Exp $
.if ${MACHINE} == "sun3"
SUBDIR= libsa bootxx ufsboot netboot tapeboot
.endif
SUBDIR+= installboot
.include <bsd.subdir.mk>
|