1ed5af88ee
${DESTDIR}/....crt0 to the link rule when $DESTDIR is set.
12 lines
191 B
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>
|