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

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

Revision 1.54, Wed Apr 28 15:11:27 2021 UTC (3 years, 1 month ago) by jsg
Branch: MAIN
Changes since 1.53: +2 -2 lines

descend into riscv64 dirs

ok deraadt@

#	$OpenBSD: Makefile,v 1.54 2021/04/28 15:11:27 jsg Exp $

SUBDIR=	special notes

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

.include <bsd.subdir.mk>