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

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

Revision 1.47, Wed Mar 9 16:28:45 2016 UTC (8 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.46: +2 -2 lines

We are done providing support for the vax.
lots of agreement.

#	$OpenBSD: Makefile,v 1.47 2016/03/09 16:28:45 deraadt Exp $

SUBDIR=	special notes

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

.include <bsd.subdir.mk>