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

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

Revision 1.8, Thu Oct 18 18:16:20 2007 UTC (16 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.7: +2 -2 lines

enter iso dir for clean/cleandir, too, to delete dribbles

#	$OpenBSD: Makefile,v 1.8 2007/10/18 18:16:20 deraadt Exp $

SUBDIR+= ../ramdisk ../miniroot cdfs

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

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

.include <bsd.subdir.mk>