xref: /netbsd-src/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot (revision 8c436a9898268d0741505551551697b73d50c258)
1#	$NetBSD: Makefile.fdboot,v 1.4 2014/01/12 15:26:28 tsutsui Exp $
2
3PROG=	fdboot
4SRCS=	fdboot.S
5NOMAN=	# defined
6LIBCRT0=
7LIBCRTI=
8
9.PATH: ${.CURDIR}/..
10
11.include <../../Makefile.xxboot>
12.include <bsd.prog.mk>
13