summaryrefslogtreecommitdiffstats
path: root/distrib/Makefile
blob: e0e1807a28b0d458f110c0c5f6a05e32d29e34e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.53 2020/07/04 21:11:03 kettenis Exp $

SUBDIR=	special notes

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

.include <bsd.subdir.mk>