diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-14 16:55:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-14 16:55:06 +0000 |
commit | 69db696c78c83fc89c9fea83759bb8c4390405aa (patch) | |
tree | 46797d0bdd2ed09222b38ad1efe1d85bb8b8cd71 /lib/libcrypto/stack | |
parent | 412513741b60bac892287fdf9b9e313a0e7bb554 (diff) |
remove auto-generated dependencies from the old unused build system, so
that it is easier to find code pieces. They are getting in the way.
ok miod
Diffstat (limited to 'lib/libcrypto/stack')
-rw-r--r-- | lib/libcrypto/stack/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/lib/libcrypto/stack/Makefile b/lib/libcrypto/stack/Makefile index 4d5199a000b..dfba228ee13 100644 --- a/lib/libcrypto/stack/Makefile +++ b/lib/libcrypto/stack/Makefile @@ -1,5 +1,5 @@ # -# SSLeay/crypto/stack/Makefile +# OpenSSL/crypto/stack/Makefile # DIR= stack @@ -7,11 +7,6 @@ TOP= ../.. CC= cc INCLUDES= CFLAG=-g -INSTALL_PREFIX= -OPENSSLDIR= /usr/local/ssl -INSTALLTOP=/usr/local/ssl -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile AR= ar r @@ -51,6 +46,7 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: + @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ do \ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ @@ -66,6 +62,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: @@ -76,11 +73,3 @@ clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. - -stack.o: ../../e_os.h ../../include/openssl/bio.h -stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -stack.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h -stack.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h -stack.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -stack.o: ../cryptlib.h stack.c |