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

11 lines
182 B
Makefile

# $NetBSD: Makefile,v 1.2 1996/05/14 10:17:18 leo Exp $
PROG= wdboot
SRCS= ${.CURDIR}/wdboot.s
NOMAN=
INCL= -I${.CURDIR} -I${.CURDIR}/..
CPPFLAGS+= ${INCL}
.include <bsd.prog.mk>