summaryrefslogtreecommitdiffstats
path: root/lib/compat/compat20/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-05-21 18:40:54 +0000
committerobrien <obrien@FreeBSD.org>1999-05-21 18:40:54 +0000
commitb0f2adc6777dd616ecd7353cd92fe6ea7a36547c (patch)
tree201828f8661704cbbc2158ae4a5dc30d4b4bc123 /lib/compat/compat20/Makefile
parent49c09279ad87a4e552a2e1940b4fe6cc2a0e75b2 (diff)
downloadFreeBSD-src-b0f2adc6777dd616ecd7353cd92fe6ea7a36547c.zip
FreeBSD-src-b0f2adc6777dd616ecd7353cd92fe6ea7a36547c.tar.gz
Add an a.out ld.so so these distributions are standalone.
Diffstat (limited to 'lib/compat/compat20/Makefile')
-rw-r--r--lib/compat/compat20/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
index 062403f..4544668 100644
--- a/lib/compat/compat20/Makefile
+++ b/lib/compat/compat20/Makefile
@@ -1,20 +1,22 @@
-# $Id: Makefile,v 1.7 1997/02/22 14:57:37 peter Exp $
+# $Id: Makefile,v 1.8 1999/04/06 12:51:43 peter Exp $
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}
+CLEANFILES+= ${LIBS} ld.so
-all: ${LIBS}
+all: ${LIBS} ld.so
-.for lib in ${LIBS}
+.for lib in ${LIBS} ld.so
${lib}: ${lib}.gz.uu
uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
.endfor
beforeinstall:
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
+ ${DESTDIR}/usr/libexec
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}/aout
OpenPOWER on IntegriCloud