Module Name: src Committed By: matt Date: Wed Aug 21 08:17:34 UTC 2013
Modified Files: src/sys/arch/x68k/stand/loadbsd: Makefile Log Message: Use <bsd.klinks.mk> To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x68k/stand/loadbsd/Makefile 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/x68k/stand/loadbsd/Makefile diff -u src/sys/arch/x68k/stand/loadbsd/Makefile:1.15 src/sys/arch/x68k/stand/loadbsd/Makefile:1.16 --- src/sys/arch/x68k/stand/loadbsd/Makefile:1.15 Mon Aug 12 16:34:05 2013 +++ src/sys/arch/x68k/stand/loadbsd/Makefile Wed Aug 21 08:17:34 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/08/12 16:34:05 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2013/08/21 08:17:34 matt Exp $ S= ${.CURDIR}/../../../.. @@ -14,6 +14,7 @@ BINDIR= /usr/mdec .PATH: ${.CURDIR}/../common .include <bsd.own.mk> +.include <bsd.klinks.mk> AOUT2HUXDIR!= cd ${.CURDIR}/../aout2hux && ${PRINTOBJDIR} AOUT2HUX= ${AOUT2HUXDIR}/aout2hux @@ -31,13 +32,6 @@ LDLIBS= -L${LIBDOS} -ldos -L${LIBIOCS} DPADD+= ${AOUT2HUX} CLEANFILES+= ${BASE}1 ${BASE}2 -CLEANFILES+= machine m68k - -.if !make(obj) && !make(clean) && !make(cleandir) -.BEGIN: - rm -f machine && ln -s $S/arch/x68k/include machine - rm -f m68k && ln -s $S/arch/m68k/include m68k -.endif ${PROG}: ${BASE}1 ${BASE}2 ${_MKTARGET_LINK}