handle mkcrypto

This commit is contained in:
christos 2009-06-07 22:44:04 +00:00
parent d4fda9c2d5
commit 983ad222a3
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# $NetBSD: Makefile,v 1.5 2009/06/07 22:39:35 christos Exp $
# $NetBSD: Makefile,v 1.6 2009/06/07 22:44:04 christos Exp $
.include <bsd.own.mk>
.if (${MKCRYPTO} != "no")
SUBDIR+= netpgp openssh
.endif
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/06/07 22:42:31 christos Exp $
# $NetBSD: Makefile,v 1.4 2009/06/07 22:44:29 christos Exp $
#
# This Makefile exists to provide a single point to build
@ -8,7 +8,9 @@
.include <bsd.own.mk>
.if (${MKCRYPTO} != "no")
SUBDIR+= ../bsd/netpgp/lib
SUBDIR+= ../bsd/openssh/lib
.endif
.include <bsd.subdir.mk>