blob: 404fda74972483d1555c66a89e22657bcd7e6d9e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.5 2000/12/28 21:21:25 smurph Exp $
.if ${MACHINE} == "mvme88k"
SUBDIR= bugcrt libbug libsa libz wrtvid bootsd bootxx bootst netboot
#sboot XXX future
.endif
SUBDIR+=installboot
.include <bsd.subdir.mk>
|