xref: /netbsd/sys/arch/atari/stand/xxboot/wdboot/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.9 2005/12/11 12:17:02 christos Exp $
2
3BTYPE=	STD
4PROG=	wdboot
5SRCS=	wdboot.S
6NOMAN=	# defined
7LIBCRT0=
8
9.include <../Makefile.xxboot>
10.include <bsd.prog.mk>
11