diff options
Diffstat (limited to 'lib/compat/compat22/Makefile')
-rw-r--r-- | lib/compat/compat22/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/compat/compat22/Makefile b/lib/compat/compat22/Makefile index 404a30c..94457f3 100644 --- a/lib/compat/compat22/Makefile +++ b/lib/compat/compat22/Makefile @@ -32,11 +32,6 @@ beforeinstall: @${ECHO} "libtermlib.so.2.1 -> libtermcap.so.2.1" ; \ cd ${DESTDIR}${LIBCOMPATDIR}/aout ; \ ln -sf libtermcap.so.2.1 libtermlib.so.2.1 -.for lib in ${LIBS} -.if exists(${DESTDIR}${SHLIBDIR}/${lib}) - rm -f ${DESTDIR}${SHLIBDIR}/${lib} -.endif -.endfor # 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. |