Module Name: src
Committed By: tsutsui
Date: Thu Dec 24 16:39:39 UTC 2009
Modified Files:
src/sys/arch/mvme68k/stand: Makefile.booters
Log Message:
Use <bsd.klinks.mk> to create machine and ${MACHINE_CPU} symlinks.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mvme68k/stand/Makefile.booters
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mvme68k/stand/Makefile.booters
diff -u src/sys/arch/mvme68k/stand/Makefile.booters:1.19 src/sys/arch/mvme68k/stand/Makefile.booters:1.20
--- src/sys/arch/mvme68k/stand/Makefile.booters:1.19 Sun Dec 6 13:28:04 2009
+++ src/sys/arch/mvme68k/stand/Makefile.booters Thu Dec 24 16:39:39 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.19 2009/12/06 13:28:04 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.20 2009/12/24 16:39:39 tsutsui Exp $
S?= ${.CURDIR}/../../../..
MDEC_DIR?= /usr/mdec
@@ -38,15 +38,7 @@
${HOST_SH} ${S}/conf/newvers_stand.sh -DM ${.CURDIR}/version "mvme68k"
.endif
-CLEANFILES+= machine m68k
-
-.if !make(obj) && !make(clean) && !make(cleandir)
-.BEGIN:
- @rm -f machine && \
- ln -s $S/arch/${MACHINE}/include machine
- @rm -f ${MACHINE_CPU} && \
- ln -s $S/arch/${MACHINE_CPU}/include ${MACHINE_CPU}
-.endif
+.include <bsd.klinks.mk>
.if defined(LIB)