xref: /netbsd/sys/arch/mvme68k/stand/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.6 2009/01/19 23:09:16 he Exp $
2
3SUBDIR= libbug libsa .WAIT sboot netboot bootxx bootsd bootst \
4	installboot
5
6.ifmake !install
7SUBDIR+= wrtvid
8.endif
9
10.include <bsd.subdir.mk>
11