Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2001/07/19 18:18:30 scw Exp $
2
3SUBDIR= libbug libsa sboot netboot bootxx bootsd bootst \
4	installboot
5
6.ifmake !(install)
7SUBDIR+= wrtvid
8.endif
9
10.include <bsd.subdir.mk>
11