diff options
Diffstat (limited to 'distrib/powerpc/inst-common/Makefile.inc')
-rw-r--r-- | distrib/powerpc/inst-common/Makefile.inc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/distrib/powerpc/inst-common/Makefile.inc b/distrib/powerpc/inst-common/Makefile.inc deleted file mode 100644 index eeded287978..00000000000 --- a/distrib/powerpc/inst-common/Makefile.inc +++ /dev/null @@ -1,31 +0,0 @@ -# -# $NetBSD: Makefile.inc,v 1.1 1995/07/18 04:13:14 briggs Exp $ -# - -# TOP is assumed to be defined by Makefile including this one. - -CBIN?= raminst -COMMONDIR= ${TOP}/inst-common - -MOUNT_POINT?= ${TOP}/${BASE}/fs - -LISTS= ${COMMONDIR}/list ${.CURDIR}/list -CRUNCHCONF?= ${COMMONDIR}/${CBIN}.conf -MTREE= ${COMMONDIR}/mtree.conf - -${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} - crunchgen -E -D ${BSDSRCDIR} -L ${DESTDIR}/usr/lib ${CRUNCHCONF} - -${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c - make -f ${CBIN}.mk all - -do_files: - mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u - TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ - TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} - -clean cleandir: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c - -.include <bsd.obj.mk> -.include <bsd.subdir.mk> |