Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 2003/10/28 11:35:00 he Exp $
2
3BTYPE=	STD
4PROG=	wdboot
5SRCS=	wdboot.S
6NOMAN=	# defined
7LIBCRT0=
8
9.include <../Makefile.xxboot>
10.include <bsd.prog.mk>
11