NetBSD/sys/arch/atari/stand/xxboot/fdboot/Makefile
leo 1ed5af88ee Define LIBCRT0. This tries to defeat the attempts of bsd.prog.mk to add
${DESTDIR}/....crt0 to the link rule when $DESTDIR is set.
1996-06-29 20:48:41 +00:00

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>