1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/distrib/Makefile
deraadt 34e3d8fb4c 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.
2016-08-10 14:27:15 +00:00

14 lines
290 B
Makefile

# $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>