summaryrefslogtreecommitdiffstats
path: root/lib/compat/compat20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compat/compat20/Makefile')
-rw-r--r--lib/compat/compat20/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
new file mode 100644
index 0000000..ffb791b
--- /dev/null
+++ b/lib/compat/compat20/Makefile
@@ -0,0 +1,23 @@
+# $Id$
+
+DISTRIBUTION= compat20
+
+LIBS= libdialog.so.2.0 libforms.so.2.0 libg++.so.2.0 libgcc.so.261.0 \
+ libncurses.so.2.0 libreadline.so.2.0
+
+CLEANFILES+= ${LIBS}
+
+all: ${LIBS}
+
+.for lib in ${LIBS}
+${lib}: ${lib}.gz.uu
+ uudecode ${.CURDIR}/${lib}.gz.uu
+ gunzip ${lib}.gz
+.endfor
+
+install:
+ ${INSTALL} -c -o ${BINMODE} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
+ ${DESTDIR}${BINDIR}
+
+# Get all the fruit, even though we don't set PROG
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud