blob: ee09f5e15c1fb922af0c2cc7e3d8e36a5b392452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.8 2013/05/12 10:43:45 miod Exp $
.if ${MACHINE} == "mvme88k"
SUBDIR= bugcrt libbug libsa libz
SUBDIR+= bootxx bootsd wrtvid bootst
SUBDIR+= netboot sboot tftpboot
.endif
SUBDIR+=installboot
.include <bsd.subdir.mk>
|