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/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
deleted file mode 100644
index 8d7dc6b..0000000
--- a/lib/compat/compat20/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-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} ld.so
-
-all: ${LIBS} ld.so
-
-.for lib in ${LIBS} ld.so
-${lib}: ${lib}.gz.uu
- uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
-.endfor
-
-beforeinstall:
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
- ${DESTDIR}/usr/libexec
- ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
- ${DESTDIR}${LIBCOMPATDIR}/aout
-
-# 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