summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot
blob: a9439c578777c61c0ebbbc92c901f495b33f235f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile.fdboot,v 1.4 2014/01/12 15:26:28 tsutsui Exp $

PROG=	fdboot
SRCS=	fdboot.S
NOMAN=	# defined
LIBCRT0=
LIBCRTI=

.PATH: ${.CURDIR}/..

.include <../../Makefile.xxboot>
.include <bsd.prog.mk>