Use <bsd.klinks.mk> to create MD include dir symlinks.

This commit is contained in:
tsutsui 2009-03-15 11:45:30 +00:00
parent dcc1f8ee1b
commit b8675b75eb
1 changed files with 2 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.booters,v 1.1 2009/01/06 13:35:30 tsutsui Exp $
# $NetBSD: Makefile.booters,v 1.2 2009/03/15 11:45:30 tsutsui Exp $
BINDIR= /usr/mdec/${BTYPE:tl}
@ -12,12 +12,4 @@ CFLAGS+= -ffreestanding
CFLAGS+= -Wall
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
.if !make(obj) && !make(clean) && !make(cleandir)
.BEGIN:
@([ -h machine ] || \
ln -s ${S}/arch/${MACHINE}/include machine)
@([ -h ${MACHINE_ARCH} ] || \
ln -s ${S}/arch/${MACHINE_ARCH}/include ${MACHINE_ARCH})
.NOPATH: machine ${MACHINE_ARCH}
.endif
CLEANFILES+= machine ${MACHINE_ARCH}
.include <bsd.klinks.mk>