Files
netbsd/sys/arch/atari/stand/xxboot/fdboot/Makefile.fdboot
2013-04-06 16:48:33 +02:00

12 lines
202 B
Makefile

# $NetBSD: Makefile.fdboot,v 1.3 2005/12/11 12:17:02 christos Exp $
PROG= fdboot
SRCS= fdboot.S
NOMAN= # defined
LIBCRT0=
.PATH: ${.CURDIR}/..
.include <../../Makefile.xxboot>
.include <bsd.prog.mk>