From a2b3951f39aca9c210ef564e931e2290296dce72 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 20 Dec 2012 18:25:05 +0000 Subject: 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 --- openssl/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openssl/Makefile.in') 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 -- cgit v1.2.3