diff options
author | Brent Cook <bcook@openbsd.org> | 2014-12-06 11:20:56 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-06 11:20:56 -0600 |
commit | 13035fa666c546330e9809691374e4fd0415eccc (patch) | |
tree | 922b4c94e13b0f6738131335995d67a7b5aeea3d /.gitignore | |
parent | 33ff088a6065cfbafe2f7b870595dc392832cdcb (diff) | |
download | portable-13035fa666c546330e9809691374e4fd0415eccc.tar.gz portable-13035fa666c546330e9809691374e4fd0415eccc.tar.bz2 portable-13035fa666c546330e9809691374e4fd0415eccc.zip |
simplify building the apps Makefile
Remove extra machinery in favor of a plain-old Makefile.am.
Tighten up what files are copied on build, package a simple openssl.cnf.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -88,7 +88,6 @@ crypto/Makefile.am | |||
88 | include/openssl/Makefile.am | 88 | include/openssl/Makefile.am |
89 | ssl/Makefile.am | 89 | ssl/Makefile.am |
90 | tls/Makefile.am | 90 | tls/Makefile.am |
91 | apps/Makefile.am | ||
92 | tests/Makefile.am | 91 | tests/Makefile.am |
93 | 92 | ||
94 | ssl/*.c | 93 | ssl/*.c |
@@ -99,10 +98,12 @@ include/pqueue.h | |||
99 | include/tls.h | 98 | include/tls.h |
100 | include/openssl/*.h | 99 | include/openssl/*.h |
101 | include/openssl/*.he | 100 | include/openssl/*.he |
102 | apps/*.c | ||
103 | apps/*.h | 101 | apps/*.h |
104 | apps/*.cnf | 102 | apps/*.c |
105 | apps/openssl | 103 | apps/openssl |
104 | apps/openssl.cnf | ||
105 | !apps/apps_win.c | ||
106 | !apps/poll_win.c | ||
106 | 107 | ||
107 | crypto/compat/arc4random.c | 108 | crypto/compat/arc4random.c |
108 | crypto/compat/chacha_private.h | 109 | crypto/compat/chacha_private.h |