summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/Makefile
blob: 2e2c03c679d0f282fc43a4e8ced932bda5153436 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.3 2001/07/04 08:33:42 niklas Exp $
#	$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>