diff options
| author | John.Zolnowsky@Sun.COM <none@none> | 2008-11-21 14:27:44 -0800 |
|---|---|---|
| committer | John.Zolnowsky@Sun.COM <none@none> | 2008-11-21 14:27:44 -0800 |
| commit | 257873cfc1dd3337766407f80397db60a56f2f5a (patch) | |
| tree | dfb294ef67b02d6e6ea724b82beb009a32006d57 /usr/src/lib/libelfsign | |
| parent | 3a0fa635e8519965a7acdaf4d6645dfb14835a53 (diff) | |
| download | illumos-joyent-257873cfc1dd3337766407f80397db60a56f2f5a.tar.gz | |
6449514 move OpenSSL from /usr/sfw to /usr, /lib
6457487 clean up Makefile for cmd/openssl
6686002 move /usr/lib/libkmf and plugins to /lib - PSARC 2007/674
6686004 move libcryptoutil and libelfsign from /usr/lib to /lib - PSARC 2007/674
6700122 cryptosvc should be able to start before filesystem/usr
Diffstat (limited to 'usr/src/lib/libelfsign')
| -rw-r--r-- | usr/src/lib/libelfsign/Makefile.com | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/lib/libelfsign/Makefile.com b/usr/src/lib/libelfsign/Makefile.com index c5faa4ea7e..b1490ce92a 100644 --- a/usr/src/lib/libelfsign/Makefile.com +++ b/usr/src/lib/libelfsign/Makefile.com @@ -18,13 +18,9 @@ # # CDDL HEADER END # - -# -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY = libelfsign.a VERS = .1 @@ -34,6 +30,7 @@ OBJECTS = \ elfsignlib.o include $(SRC)/lib/Makefile.lib +include $(SRC)/lib/Makefile.rootfs SRCDIR = ../common |
