From cd9cd09c616d02984a3b79573f5a25a9d8386ca3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 9 Nov 1998 06:16:14 +0000 Subject: pmax bsd.rd; not enabled yet as it has not been tested (though it compiles) --- distrib/pmax/ramdisk/Makefile.inc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 distrib/pmax/ramdisk/Makefile.inc (limited to 'distrib/pmax/ramdisk/Makefile.inc') diff --git a/distrib/pmax/ramdisk/Makefile.inc b/distrib/pmax/ramdisk/Makefile.inc new file mode 100644 index 00000000000..28ec056efc8 --- /dev/null +++ b/distrib/pmax/ramdisk/Makefile.inc @@ -0,0 +1,31 @@ +# +# $OpenBSD: Makefile.inc,v 1.1 1998/11/09 06:16:07 millert Exp $ +# + +# TOP is assumed to be defined by Makefile including this one. + +CBIN?= raminst +COMMONDIR= ${TOP}/ramdisk + +MOUNT_POINT?= ${TOP}/${BASE}/fs + +LISTS= ${.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} \ + REV=${REV} TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} + +clean cleandir: + /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + +.include +.include -- cgit v1.2.3