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

12 lines
191 B
Makefile

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