diff options
author | Rob Austein <sra@hactrn.net> | 2012-12-20 18:25:05 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-12-20 18:25:05 +0000 |
commit | a2b3951f39aca9c210ef564e931e2290296dce72 (patch) | |
tree | efc49ecd264ced542d9ddf0d2e4a33b2543c8cf2 /openssl | |
parent | 78e94ec122deb64e74860833be736b2999a0fcc3 (diff) |
Add "make instalation-manifest" as a first cut at something that will
automate construction of things like the pkg-plist for a FreeBSD port.
This is a fairly nasty kludge, but we're kind of trapped at the
intersection of two different build systems (autoconf and disttools)
and a laundry list of platform-specific packaging systems, so anything
we do here is likely to be nasty, and almost anything is better than
trying to maintain packing lists for all those systems by hand.
svn path=/trunk/; revision=4938
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in index f7bb6b5b..72bba460 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -74,3 +74,6 @@ sandblast: test: all cd tests; ${MAKE} $@ + +installation-manifest: + @true |