diff options
Diffstat (limited to 'mk/tools/tools.SunOS.mk')
-rw-r--r-- | mk/tools/tools.SunOS.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk index c351d0a3f30..fd16208de8b 100644 --- a/mk/tools/tools.SunOS.mk +++ b/mk/tools/tools.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.SunOS.mk,v 1.23 2005/11/08 03:36:13 tv Exp $ +# $NetBSD: tools.SunOS.mk,v 1.24 2006/06/14 16:57:07 jlam Exp $ # # System-supplied tools for the Solaris operating system. @@ -58,6 +58,9 @@ TOOLS_PLATFORM.nice?= /usr/xpg4/bin/nice .if exists(/usr/bin/nroff) TOOLS_PLATFORM.nroff?= /usr/bin/nroff .endif +.if exists(/usr/bin/openssl) +TOOLS_PLATFORM.openssl?= /usr/bin/openssl +.endif .if exists(/usr/bin/gpatch) TOOLS_PLATFORM.patch?= /usr/bin/gpatch .endif |