Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2003/05/23 21:56:41 leo Exp $
2
3BTYPE=	STD
4PROG=	wdboot
5SRCS=	wdboot.s
6NOMAN=	# defined
7LIBCRT0=
8
9.include <../Makefile.xxboot>
10.include <bsd.prog.mk>
11