summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-11 12:47:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-11 12:47:43 +0000
commit4ab9dad3f7fcfae213be0433dd3f92fbabc0438e (patch)
tree94b1586487fdfefe67b6d0885504da87ad67ecba
parent24b6e1a179c74a26737591a4f8c88cbd85e33f27 (diff)
yes, make the cdfs
-rw-r--r--distrib/cats/Makefile4
-rw-r--r--distrib/cats/cdfs/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/distrib/cats/Makefile b/distrib/cats/Makefile
index dc8ce2f7403..7f001a5e619 100644
--- a/distrib/cats/Makefile
+++ b/distrib/cats/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2004/02/01 05:15:47 drahn Exp $
+# $OpenBSD: Makefile,v 1.2 2004/11/11 12:47:42 deraadt Exp $
-SUBDIR= ramdisk
+SUBDIR= ramdisk cdfs
.include <bsd.subdir.mk>
diff --git a/distrib/cats/cdfs/Makefile b/distrib/cats/cdfs/Makefile
index 3e32a3d38b8..ec27985c9e2 100644
--- a/distrib/cats/cdfs/Makefile
+++ b/distrib/cats/cdfs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2004/11/10 03:34:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2004/11/11 12:47:42 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -12,8 +12,6 @@ ${CDROM}:
cp ${.OBJDIR}/../ramdisk/bsd.rd ${.OBJDIR}/cd-dir/${OSREV}/cats
ln ${.OBJDIR}/cd-dir/${OSREV}/cats/bsd.rd ${.OBJDIR}/cd-dir/bsd.rd
ln ${.OBJDIR}/cd-dir/bsd.rd ${.OBJDIR}/cd-dir/bsd
- cp ${DESTDIR}/usr/mdec/boot ${.OBJDIR}/cd-dir/${OSREV}/cats
- cp ${DESTDIR}/usr/mdec/bootxx ${.OBJDIR}/cd-dir/${OSREV}/cats
(mkhybrid -a -R -v -v -T -L -d -D -N -o ${.OBJDIR}/${CDROM} \
-A "OpenBSD ${OSREV} cats bootonly CD" \
-P "Copyright (c) 2004 Theo de Raadt, The OpenBSD project" \