2019-11-12 01:44:56 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2019/11/11 22:44:57 joerg Exp $
|
2009-09-30 03:56:26 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2019-10-09 16:13:08 +03:00
|
|
|
.if (defined(MKARGON2) && ${MKARGON2} != "no")
|
|
|
|
SUBDIR+= argon2
|
|
|
|
.endif
|
|
|
|
|
2019-11-12 01:44:56 +03:00
|
|
|
.if (${MKLLVM} != "no" || ${MKLLVMRT} != "no")
|
|
|
|
SUBDIR+= llvm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKMDNS} != "no")
|
|
|
|
SUBDIR+= mDNSResponder
|
|
|
|
.endif
|
|
|
|
|
2009-09-30 03:56:26 +04:00
|
|
|
.include <bsd.subdir.mk>
|