--- src/etc/Makefile 2005/09/25 13:06:49 1.94 +++ src/etc/Makefile 2005/09/25 15:30:26 1.95 @@ -76,8 +76,7 @@ FREEBSD=COPYRIGHT # List of libraries in /usr/lib/compat that might have to be removed # from /usr/lib. -COMPAT_LIBS != cd ${DESTDIR}/usr/lib/compat && if [ -f "`echo *.so.*`" ]; then\ - echo *.so.*; fi +COMPAT_LIBS != cd ${DESTDIR}/usr/lib/compat && find . -name '*.so.*' # Use this directory as the source for new configuration files when upgrading UPGRADE_SRCDIR?=${.CURDIR}