summaryrefslogtreecommitdiffstats
path: root/distrib/i386
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-03-06 02:28:25 +0000
committerderaadt <deraadt@openbsd.org>2014-03-06 02:28:25 +0000
commit2a4be6b426f0cdd27b7bf60424d2246329efdcc9 (patch)
tree1f867eddf967019f390527dc97440812b43fda85 /distrib/i386
parentforce cfattach decl to same form as others (diff)
downloadwireguard-openbsd-2a4be6b426f0cdd27b7bf60424d2246329efdcc9.tar.xz
wireguard-openbsd-2a4be6b426f0cdd27b7bf60424d2246329efdcc9.zip
cdemu dies
Diffstat (limited to 'distrib/i386')
-rw-r--r--distrib/i386/cdfs-emu/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/distrib/i386/cdfs-emu/Makefile b/distrib/i386/cdfs-emu/Makefile
deleted file mode 100644
index 870c0444653..00000000000
--- a/distrib/i386/cdfs-emu/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $OpenBSD: Makefile,v 1.4 2009/04/17 15:59:48 deraadt Exp $
-
-TOP= ${.CURDIR}/..
-
-.include "${TOP}/Makefile.inc"
-
-CDFS= cdrom${REV}.fs
-CDROM= cdemu${REV}.iso
-
-all: ${CDROM}
-
-${CDROM}:
- -rm -rf ${.OBJDIR}/cd-dir
- mkdir -p ${.OBJDIR}/cd-dir/${OSREV}/i386
- cp ${.OBJDIR}/../ramdisk_cd/${CDFS} ${.OBJDIR}/cd-dir/${OSREV}/i386
- mkhybrid -a -R -T -L -d -D -N -o ${.OBJDIR}/${CDROM} -v -v \
- -A "OpenBSD ${OSREV} i386 bootonly CD" \
- -P "Copyright (c) `date +%Y` Theo de Raadt, The OpenBSD project" \
- -p "Theo de Raadt <deraadt@openbsd.org>" \
- -V "OpenBSD/i386 ${OSREV} boot-only CD" \
- -b ${OSREV}/i386/${CDFS} -c ${OSREV}/i386/boot.catalog \
- ${.OBJDIR}/cd-dir
-
-.ifdef RELEASEDIR
-install:
- cp ${CDROM} ${RELEASEDIR}
-.endif # RELEASEDIR
-
-clean cleandir:
- /bin/rm -f ${CDROM}
- rm -rf cd-dir
-
-.include <bsd.obj.mk>
-.include <bsd.subdir.mk>