src/distrib/Makefile
2023-05-16 22:16:59 +00:00

12 lines
200 B
Makefile

# $OpenBSD: Makefile,v 1.55 2021/05/01 16:10:33 visa Exp $
SUBDIR= special notes
.if make(obj)
SUBDIR+=amd64 armv7 arm64
.elif exists(${MACHINE})
SUBDIR+=${MACHINE}
.endif
.include <bsd.subdir.mk>