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

File: [local] / src / sys / Makefile (download)

Revision 1.35, Tue Jun 29 21:42:48 2010 UTC (13 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.34: +4 -1 lines

Don't use SUBDIR to traverse tags builds, but punt them straight to
the specific target in kern/Makefile. Be more cautious and block tags
builds in m68k in case something tries to build them there.
ok drahn

#	$OpenBSD: Makefile,v 1.35 2010/06/29 21:42:48 deraadt Exp $
#	$NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $

SUBDIR=	dev/microcode \
	arch/alpha arch/amd64 arch/armish arch/aviion arch/beagle \
	arch/hp300 arch/hppa arch/hppa64 arch/i386 arch/landisk \
	arch/loongson arch/luna88k arch/m68k arch/mac68k arch/macppc \
	arch/mvme68k arch/mvme88k arch/mvmeppc arch/palm arch/sgi \
	arch/socppc arch/solbourne arch/sparc arch/sparc64 arch/vax \
	arch/zaurus

tags:
	cd ${.CURDIR}/kern; make tags

.include <bsd.subdir.mk>