diff options
Diffstat (limited to 'src/lib/crypto/openssl/sha2/Makefile.in')
| -rw-r--r-- | src/lib/crypto/openssl/sha2/Makefile.in | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/lib/crypto/openssl/sha2/Makefile.in b/src/lib/crypto/openssl/sha2/Makefile.in index edb93bd27b..cddb434e49 100644 --- a/src/lib/crypto/openssl/sha2/Makefile.in +++ b/src/lib/crypto/openssl/sha2/Makefile.in @@ -1,17 +1,22 @@ -mydir=lib$(S)crypto$(S)openssl$(S)sha2 +# Nothing here! But we can't remove this directory as the build +# system currently assumes that all modules have the same directory +# structure. + +mydir=lib$(S)crypto$(S)openssl$(S)aes BUILDTOP=$(REL)..$(S)..$(S)..$(S).. +LOCALINCLUDES= DEFS= PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -STLIBOBJS= sha256.o +STLIBOBJS= -OBJS= $(OUTPRE)sha256.$(OBJEXT) +OBJS= -SRCS= $(srcdir)/sha256.c +SRCS= -all-unix:: all-libobjs +all-unix:: all-libobjs includes:: depend @@ -20,4 +25,3 @@ depend:: $(SRCS) clean-unix:: clean-libobjs @libobj_frag@ - |
