Files
netbsd/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot
2015-10-15 10:25:28 +02:00

13 lines
210 B
Makefile

# $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>