mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
b3006189ba
ok kettenis
14 lines
276 B
Makefile
14 lines
276 B
Makefile
# $OpenBSD: Makefile,v 1.52 2019/05/11 07:18:14 deraadt Exp $
|
|
|
|
SUBDIR= special notes
|
|
|
|
.if make(obj)
|
|
SUBDIR+=alpha amd64 armv7 arm64 hppa i386 \
|
|
landisk loongson luna88k macppc \
|
|
octeon sgi sparc64
|
|
.elif exists(${MACHINE})
|
|
SUBDIR+=${MACHINE}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|