summaryrefslogtreecommitdiff
path: root/lib/compat
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-05-21 18:35:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-05-21 18:35:57 +0000
commitc3ae3db8b7525b4a5378ab35c169658bd6192b53 (patch)
tree0c9c8f7e54e26538c78cfbf85ed16631f03dc237 /lib/compat
parentaf28dc58488a6aec125dd7cc3eed4d320b7f6542 (diff)
Notes
Diffstat (limited to 'lib/compat')
-rw-r--r--lib/compat/compat22/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/compat/compat22/Makefile b/lib/compat/compat22/Makefile
index 6fc4db1aca1e..4930207ee609 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" ; \