summaryrefslogtreecommitdiff
path: root/contrib/aix/README
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 03:38:35 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 03:38:35 +0000
commit01e7fa13b4b447d1fdf674ad5fbdde1f1cdb9eaa (patch)
tree5b35a174b217283bb88c02d94acde10b89293dc2 /contrib/aix/README
parent795488785e1e1273c628e25fb91a45e048984bb3 (diff)
- (bal) Added contrib/aix/ to support BFF package generation provided
by Darren Tucker <dtucker@zip.com.au>
Diffstat (limited to 'contrib/aix/README')
-rw-r--r--contrib/aix/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/aix/README b/contrib/aix/README
new file mode 100644
index 000000000..a08c08441
--- /dev/null
+++ b/contrib/aix/README
@@ -0,0 +1,36 @@
1Overview:
2
3This directory contains files to build an AIX native (installp or SMIT
4installable) openssh package.
5
6
7Directions:
8
9./configure [options]
10cd contrib/aix; ./buildbff.sh
11
12
13Acknowledgements:
14
15The contents of this directory are based on Ben Lindstrom's Solaris
16buildpkg.sh. Ben also supplied inventory.sh.
17
18Jim Abbey's (GPL'ed) lppbuild-2.1 was used to learn how to build .bff's
19and for comparison with the output from this script, however no code
20from lppbuild is included and it is not required for operation.
21
22
23Other notes:
24
25The script treats all packages as USR packages (not ROOT+USR when
26appropriate). It seems to work, though......
27
28
29Disclaimer:
30
31It is hoped that it is useful but there is no warranty. If it breaks
32you get to keep both pieces.
33
34
35 - Darren Tucker (dtucker at zip dot com dot au)
36 2002/03/01