diff options
| author | Greg Hudson <ghudson@mit.edu> | 2013-05-29 01:20:19 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2013-05-29 01:20:19 -0400 |
| commit | af0ef9337acb4418e14234aeb50ca37290d6cdbd (patch) | |
| tree | f79bc165ad80fbc268e74dd9fc0aa72eb2f62e79 /src/lib/crypto/nss/sha2 | |
| parent | f3458ed803ae97b6c6c7c63baeb82b26c4943d4c (diff) | |
| download | krb5-af0ef9337acb4418e14234aeb50ca37290d6cdbd.tar.gz krb5-af0ef9337acb4418e14234aeb50ca37290d6cdbd.tar.xz krb5-af0ef9337acb4418e14234aeb50ca37290d6cdbd.zip | |
Fix non-builtin crypto module builds
Commit 4b0985f8573840838bcfa8ec1df3dcd39a3dbf15 went a bit too far in
pruning the placeholder makefiles for the openssl and nss crypto
modules. We need enough boilerplate to create OBJS.SH in each
directory.
Diffstat (limited to 'src/lib/crypto/nss/sha2')
| -rw-r--r-- | src/lib/crypto/nss/sha2/Makefile.in | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/crypto/nss/sha2/Makefile.in b/src/lib/crypto/nss/sha2/Makefile.in index 01e30f3d3..89f074c10 100644 --- a/src/lib/crypto/nss/sha2/Makefile.in +++ b/src/lib/crypto/nss/sha2/Makefile.in @@ -1,16 +1,6 @@ -# Nothing here! But we can't remove this directory as the build -# system currently assumes that all modules have the same directory -# structure. - +# Placeholder since all crypto modules must have the same structure. mydir=lib$(S)crypto$(S)nss$(S)aes BUILDTOP=$(REL)..$(S)..$(S)..$(S).. - -all-unix:: all-libobjs - -includes:: depend - -depend:: $(SRCS) - +all-unix:: all-libobjs clean-unix:: clean-libobjs - @libobj_frag@ |
