xref: /netbsd-src/sys/arch/atari/stand/xxboot/wdboot/Makefile (revision d11b170b9000ada93db553723522a63d5deac310)
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