src/distrib/Makefile

12 lines
200 B
Makefile
Raw Normal View History

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