[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / distrib / i386

File: [local] / src / distrib / i386 / Makefile (download)

Revision 1.6, Tue Mar 4 09:28:16 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.5: +2 -2 lines

Provide a ~2MB ISO file which contains *JUST* $REV/i386/cdrom{Rev}.fs,
which can then be burnt onto a CD, and then you can do an ftp install
from that.  This will suffice for people without floppies in upcoming
machines.  No, I am not going to put the sets on that CD.  We've been
over this before.

#	$OpenBSD: Makefile,v 1.6 2003/03/04 09:28:16 deraadt Exp $

SUBDIR= ramdisk_cd ramdiskA ramdiskB ramdiskC cdfs

unconfig:
	cd ramdisk_cd; ${MAKE} unconfig
	cd ramdiskA; ${MAKE} unconfig
	cd ramdiskB; ${MAKE} unconfig
	cd ramdiskC; ${MAKE} unconfig

.include <bsd.subdir.mk>