summaryrefslogtreecommitdiffstats
path: root/lib/compat/compat3x.i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compat/compat3x.i386/Makefile')
-rw-r--r--lib/compat/compat3x.i386/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/compat/compat3x.i386/Makefile b/lib/compat/compat3x.i386/Makefile
new file mode 100644
index 0000000..d66b723
--- /dev/null
+++ b/lib/compat/compat3x.i386/Makefile
@@ -0,0 +1,24 @@
+# $Id: Makefile,v 1.10 1999/04/06 12:51:43 peter Exp $
+
+DISTRIBUTION= compat3x
+
+LIBCOMPATDIR= ${LIBDIR}/compat
+
+LIBS= libg++.so.4 libstdc++.so.2
+
+CLEANFILES+= ${LIBS}
+
+all: ${LIBS}
+
+.for lib in ${LIBS}
+${lib}: ${lib}.gz.uu
+ uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
+.endfor
+
+beforeinstall:
+ ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${DESTDIR}${LIBCOMPATDIR}
+
+# Get all the fruit, even though we don't set PROG.
+# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud