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

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

Revision 1.2, Wed Aug 5 05:00:03 2020 UTC (3 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.1: +5 -1 lines

build installXX.{img,iso} files are like miniroot, but contain the sets
in a X.X/powerpc64 directory.  Like miniroot, these skip the "boot -> bsd.rd"
sequence, and boot bsd.rd directly because of disk-discovery issues not
yet resolved in the boot code.
with debugging help from gkoehler and kettenis

#	$OpenBSD: Makefile,v 1.2 2020/08/05 05:00:03 deraadt Exp $

SUBDIR= ramdisk

.if	make(obj) || make(cleandir) || make(clean)
SUBDIR+= iso
.endif

unconfig:
	cd ramdisk; ${MAKE} unconfig

.include <bsd.subdir.mk>