summaryrefslogtreecommitdiffstats
path: root/lib/compat/compat21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compat/compat21/Makefile')
-rw-r--r--lib/compat/compat21/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile
new file mode 100644
index 0000000..f5f01b8
--- /dev/null
+++ b/lib/compat/compat21/Makefile
@@ -0,0 +1,22 @@
+# $Id$
+
+DISTRIBUTION= compat21
+
+LIBS= libc.so.2.2
+
+CLEANFILES+= ${LIBS}
+
+all: ${LIBS}
+
+.for lib in ${LIBS}
+${lib}: ${lib}.gz.uu
+ uudecode ${.CURDIR}/${lib}.gz.uu
+ gunzip ${lib}.gz
+.endfor
+
+install:
+ ${INSTALL} -p -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