xref: /netbsd-src/sys/arch/atari/stand/xxboot/wdboot/Makefile (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1#	$NetBSD: Makefile,v 1.10 2014/01/12 15:26:28 tsutsui Exp $
2
3BTYPE=	STD
4PROG=	wdboot
5SRCS=	wdboot.S
6NOMAN=	# defined
7LIBCRT0=
8LIBCRTI=
9
10.include <../Makefile.xxboot>
11.include <bsd.prog.mk>
12