10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/07/19 23:43:46 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${MKCRYPTO} != "no")
|
|
SUBDIR+= netpgp openssh openssl
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|