NetBSD/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile

12 lines
201 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1996/06/29 20:49:02 leo Exp $
1996-02-29 14:35:46 +03:00
PROG= xxboot.ahdi
SRCS= ${.CURDIR}/xxboot.ahdi.s
1996-02-29 14:35:46 +03:00
NOMAN=
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
CPPFLAGS+= ${INCL}
1996-02-29 14:35:46 +03:00
.include <bsd.prog.mk>