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

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

Revision 1.3, Tue Apr 30 17:46:04 2019 UTC (5 years, 1 month 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, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.2: +5 -2 lines

Every Makefile on every architecture had deviated in unique ways.
Eliminate many more differences.  When it makes sense, build bsd.rd
and miniroot/ramdisk.fs and cd.iso in the same directory.  More steps
coming after this..

#	$OpenBSD: Makefile,v 1.3 2019/04/30 17:46:04 deraadt Exp $

SUBDIR=ramdisk

unconfig:
	cd ramdisk; ${MAKE} unconfig

.include <bsd.subdir.mk>