Include bsd.prog.mk at the top to pull in ${PRINTOBJDIR}.

This commit is contained in:
tsutsui 2001-01-30 12:42:43 +00:00
parent b4c1ab272c
commit 2b258b5e2b
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,6 @@
# $NetBSD: Makefile,v 1.7 2001/01/07 08:38:01 tsutsui Exp $
# $NetBSD: Makefile,v 1.8 2001/01/30 12:42:43 tsutsui Exp $
.include <bsd.prog.mk>
COMMON= ${.CURDIR}/../common
COMMONOBJ!= cd ${COMMON} && ${PRINTOBJDIR}
@ -48,5 +50,3 @@ ${PROG}: ${OBJS} machine m68k
${STRIP} ${PROG}
${OBJCOPY} -O binary ${PROG} ${PROG}.tmp
mv ${PROG}.tmp ${PROG}
.include <bsd.prog.mk>

View File

@ -1,4 +1,6 @@
# $NetBSD: Makefile,v 1.4 2001/01/07 08:38:02 tsutsui Exp $
# $NetBSD: Makefile,v 1.5 2001/01/30 12:42:44 tsutsui Exp $
.include <bsd.prog.mk>
COMMON= ${.CURDIR}/../common
COMMONOBJ!= cd ${COMMON} && ${PRINTOBJDIR}
@ -43,5 +45,3 @@ m68k::
${PROG}: ${OBJS} machine m68k
${LD} ${LDFLAGS} -o ${PROG} ${OBJS} ${LIBS}
${SIZE} ${PROG}
.include <bsd.prog.mk>