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

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

Revision 1.48, Wed Aug 10 14:27:15 2016 UTC (7 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.47: +2 -2 lines

armish handled some early-gen arm machines, which required tons of
workarounds.  Some of them will soon stand in the way of armv7.
Off to the attic you go.

#	$OpenBSD: Makefile,v 1.48 2016/08/10 14:27:15 deraadt Exp $

SUBDIR=	special notes

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

.include <bsd.subdir.mk>