diff options
Diffstat (limited to 'usr/src/cmd/cmd-crypto/cryptoadm')
-rw-r--r-- | usr/src/cmd/cmd-crypto/cryptoadm/Makefile | 4 | ||||
-rw-r--r-- | usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/cmd/cmd-crypto/cryptoadm/Makefile b/usr/src/cmd/cmd-crypto/cryptoadm/Makefile index 0b2d346dc7..9ff966839b 100644 --- a/usr/src/cmd/cmd-crypto/cryptoadm/Makefile +++ b/usr/src/cmd/cmd-crypto/cryptoadm/Makefile @@ -58,9 +58,7 @@ $(PROG): $(OBJS) $(POFILE): $(POFILES) $(RM) $@; cat $(POFILES) > $@ -install: all $(ROOTSBINPROG) - $(RM) $(ROOTUSRSBINPROG) - -$(SYMLINK) ../../sbin/$(PROG) $(ROOTUSRSBINPROG) +install: all $(ROOTUSRSBINPROG) clean: $(RM) -f $(OBJS) $(PROG) diff --git a/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h b/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h index d1891d4b0f..0bbf82101c 100644 --- a/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h +++ b/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h @@ -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. */ @@ -37,7 +37,7 @@ extern "C" { #endif #define _PATH_KCF_CONF "/etc/crypto/kcf.conf" -#define _PATH_KCFD "/lib/crypto/kcfd" +#define _PATH_KCFD "/usr/lib/crypto/kcfd" #define TMPFILE_TEMPLATE "/etc/crypto/admXXXXXX" #define ERROR_USAGE 2 |