From 56b0008909c337c7ebaa97bcc88c4520f102dc60 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 21 May 1999 18:35:57 +0000 Subject: Add usr/libexec/ld.so --- lib/compat/compat22/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/compat/compat22') diff --git a/lib/compat/compat22/Makefile b/lib/compat/compat22/Makefile index 6fc4db1..4930207 100644 --- a/lib/compat/compat22/Makefile +++ b/lib/compat/compat22/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1999/04/06 12:51:43 peter Exp $ +# $Id: Makefile,v 1.1 1999/05/08 17:53:43 obrien Exp $ DISTRIBUTION= compat22 @@ -16,12 +16,14 @@ CLEANFILES+= ${LIBS} all: ${LIBS} -.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 @${ECHO} "libcrypt.so.2.0 -> libscrypt.so.2.0" ; \ -- cgit v1.1