mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
34e3d8fb4c
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
14 lines
290 B
Makefile
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>
|