wrap libcrypto with ${MKCRYPTO} == "yes"

This commit is contained in:
itojun 2000-10-04 00:49:44 +00:00
parent 75f05a6677
commit 289ebac6b2

View File

@ -1,5 +1,11 @@
# $NetBSD: Makefile,v 1.7 2000/10/03 15:13:21 itojun Exp $ # $NetBSD: Makefile,v 1.8 2000/10/04 00:49:44 itojun Exp $
SUBDIR+= libc libcrypto libposix libskey .include <bsd.own.mk>
SUBDIR+= libc libposix libskey
.if ${MKCRYPTO} == "yes"
SUBDIR+= libcrypto
.endif
.include <bsd.subdir.mk> .include <bsd.subdir.mk>