blob: b7a566f762e1352b29919b9b87881b2b4cf1c6b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.7 2004/01/28 08:46:29 miod Exp $
.if ${MACHINE} == "mvme88k"
SUBDIR= bugcrt libbug libsa libz wrtvid bootsd bootxx bootst netboot tftpboot
# not really written yet...
# SUBDIR+= sboot
.endif
SUBDIR+=installboot
.include <bsd.subdir.mk>
|