NetBSD/sys/arch/atari/stand/xxboot/fdboot/Makefile

12 lines
191 B
Makefile

# $NetBSD: Makefile,v 1.3 1996/06/29 20:49:05 leo Exp $
PROG= fdboot
SRCS= ${.CURDIR}/fdboot.s
NOMAN=
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
CPPFLAGS+= ${INCL}
.include <bsd.prog.mk>