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

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

Revision 1.2, Sun Feb 22 00:24:41 2004 UTC (20 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.1: +3 -5 lines

boot floppy support.  unfortunately for now because of how the sets and
lists and disktab work, we are constrained, and a few things must go
missing until we seperate that out.

#	$OpenBSD: Makefile,v 1.2 2004/02/22 00:24:41 deraadt Exp $

SUBDIR= ramdisk_cd ramdiskA cdfs

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

.include <bsd.subdir.mk>