--- src/etc/Makefile 2005/09/10 12:10:31 1.93 +++ src/etc/Makefile 2005/09/25 13:06:49 1.94 @@ -76,7 +76,8 @@ 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; ls +COMPAT_LIBS != cd ${DESTDIR}/usr/lib/compat && if [ -f "`echo *.so.*`" ]; then\ + echo *.so.*; fi # Use this directory as the source for new configuration files when upgrading UPGRADE_SRCDIR?=${.CURDIR}