blob: d27eb82fd6b64dd43ef6681a08b59e0f7b08c188 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.6 2000/05/25 21:55:03 deraadt Exp $
.if ${MACHINE} == "mvme68k"
SUBDIR= bugcrt libbug libsa libz sboot netboot bootxx bootsd bootst \
prtvid wrtvid
.endif
SUBDIR+=installboot
.include <bsd.subdir.mk>
|