Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/stand/bootblock Remove this file so it doesn'...



details:   https://anonhg.NetBSD.org/src/rev/90a07e85d81f
branches:  trunk
changeset: 521222:90a07e85d81f
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Sat Jan 26 15:04:07 2002 +0000

description:
Remove this file so it doesn't get included inadvertently

diffstat:

 sys/arch/amiga/stand/bootblock/Makefile.inc |  53 -----------------------------
 1 files changed, 0 insertions(+), 53 deletions(-)

diffs (57 lines):

diff -r b61eb95464a2 -r 90a07e85d81f sys/arch/amiga/stand/bootblock/Makefile.inc
--- a/sys/arch/amiga/stand/bootblock/Makefile.inc       Sat Jan 26 15:03:17 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-#      $NetBSD: Makefile.inc,v 1.3 2001/12/17 05:46:52 mhitch Exp $
-
-BINDIR=                /usr/mdec
-
-.include <bsd.own.mk>
-
-.if ${OBJECT_FMT} == "ELF"
-### Figure out what to use for elf2bb
-ELF2BBDIR=     ${.CURDIR}/../elf2bb
-
-.if exists(${ELF2BBDIR}/obj.${MACHINE})
-ELF2BBOBJDIR=  ${ELF2BBDIR}/obj.${MACHINE}
-.elif exists(${ELF2BBDIR}/obj)
-ELF2BBOBJDIR=  ${ELF2BBDIR}/obj
-.else
-ELF2BBOBJDIR=  ${ELF2BBDIR}
-.endif
-RELOC2BB=      ${ELF2BBOBJDIR}/elf2bb
-
-${RELOC2BB}:
-       @cd ${ELF2BBDIR} && ${MAKE} depend && ${MAKE}
-
-.else
-### Figure out what to use for aout2bb
-AOUT2BBDIR=    ${.CURDIR}/../aout2bb
-
-.if exists(${AOUT2BBDIR}/obj.${MACHINE})
-AOUT2BBOBJDIR= ${AOUT2BBDIR}/obj.${MACHINE}
-.elif exists(${AOUT2BBDIR}/obj)
-AOUT2BBOBJDIR= ${AOUT2BBDIR}/obj
-.else
-AOUT2BBOBJDIR= ${AOUT2BBDIR}
-.endif
-RELOC2BB=      ${AOUT2BBOBJDIR}/aout2bb
-
-${RELOC2BB}:
-       @cd ${AOUT2BBDIR} && ${MAKE} depend && ${MAKE}
-.endif
-
-### Figure out what to use for txlt
-TXLTDIR=       ${.CURDIR}/../txlt
-
-.if exists(${TXLTDIR}/obj.${MACHINE})
-TXLTOBJDIR=    ${TXLTDIR}/obj.${MACHINE}
-.elif exists(${TXLTDIR}/obj)
-TXLTOBJDIR=    ${TXLTDIR}/obj
-.else
-TXLTOBJDIR=    ${TXLTDIR}
-.endif
-TXLT=          ${TXLTOBJDIR}/txlt
-
-${TXLT}:
-       @cd ${TXLTDIR} && ${MAKE} depend && ${MAKE}



Home | Main Index | Thread Index | Old Index