Use <bsd.klinks.mk> for MD include dir symlinks.

This commit is contained in:
tsutsui 2009-03-15 10:47:59 +00:00
parent 61c457514a
commit e11af9c1e6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2008/05/28 14:04:07 tsutsui Exp $
# $NetBSD: Makefile,v 1.19 2009/03/15 10:47:59 tsutsui Exp $
NOMAN= # defined
@ -20,21 +20,7 @@ LIBC=
LIBCRTBEGIN=
LIBCRTEND=
.PHONY: machine-links
beforedepend: machine-links
machine-links: machine cobalt mips
machine cobalt:
-rm -f ${.TARGET}
ln -s ${COBALT}/include ${.TARGET}
mips:
-rm -f ${.TARGET}
ln -s ${MIPS}/include ${.TARGET}
CLEANFILES+= machine cobalt mips
realall: machine-links ${PROG}
realall: ${PROG}
# Load @15Mb boundary as most (all?) of the Cobalt boxes
# had been shipped with at least 16Mb.
@ -112,7 +98,7 @@ LIBS= ${SALIB} ${ZLIB} ${KERNLIB}
vers.c: ${.CURDIR}/version
${HOST_SH} ${S}/conf/newvers_stand.sh ${.CURDIR}/version "cobalt"
${PROG}: machine-links ${LDSCRIPT} ${OBJS} ${LIBS}
${PROG}: ${LDSCRIPT} ${OBJS} ${LIBS}
${LD} -Map ${PROG}.map -N -x -Ttext ${LOAD_ADDRESS} \
-T ${LDSCRIPT} -e start -o ${PROG} ${OBJS} ${LIBS}
gzip -c9 ${PROG} > ${PROG}.gz
@ -125,4 +111,5 @@ cleandir distclean: cleanlibdir
cleanlibdir:
-rm -rf lib
.include <bsd.klinks.mk>
.include <bsd.prog.mk>