diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-21 18:35:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-21 18:35:57 +0000 |
| commit | c3ae3db8b7525b4a5378ab35c169658bd6192b53 (patch) | |
| tree | 0c9c8f7e54e26538c78cfbf85ed16631f03dc237 /lib/compat | |
| parent | af28dc58488a6aec125dd7cc3eed4d320b7f6542 (diff) | |
Notes
Diffstat (limited to 'lib/compat')
| -rw-r--r-- | lib/compat/compat22/Makefile | 6 |
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" ; \ |
