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

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

Revision 1.50, Sat Sep 3 13:37:39 2016 UTC (7 years, 8 months ago) by guenther
Branch: MAIN
Changes since 1.49: +2 -2 lines

Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland

#	$OpenBSD: Makefile,v 1.50 2016/09/03 13:37:39 guenther Exp $

SUBDIR=	special notes

.if	make(obj)
SUBDIR+=alpha amd64 armv7 hppa i386 \
	landisk loongson luna88k macppc \
	octeon sgi socppc sparc64
.elif exists(${MACHINE})
SUBDIR+=${MACHINE}
.endif

.include <bsd.subdir.mk>