NetBSD/sys/arch/atari/stand/xxboot/sdboot/Makefile.sdboot
2005-12-11 12:16:03 +00:00

12 lines
202 B
Makefile

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