diff options
Diffstat (limited to 'usr/src/cmd/openssl/Makefile.com')
-rw-r--r-- | usr/src/cmd/openssl/Makefile.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/openssl/Makefile.com b/usr/src/cmd/openssl/Makefile.com index 1e1a5f1cb2..6aaf9b3e0b 100644 --- a/usr/src/cmd/openssl/Makefile.com +++ b/usr/src/cmd/openssl/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -75,7 +75,7 @@ OBJS = \ SRCDIR = $(OPENSSL_SRC)/apps -ROOTCMDDIR = $(ROOTBIN) +ROOTCMDDIR = $(ROOTSFWBIN) CFLAGS += $(CCVERBOSE) \ -erroff=E_END_OF_LOOP_CODE_NOT_REACHED,E_CONST_PROMOTED_UNSIGNED_LONG |