--- src/etc/Makefile 2006/01/22 14:50:26 1.104 +++ src/etc/Makefile 2006/02/25 19:14:53 1.105 @@ -389,6 +389,11 @@ upgrade_etc: preupgrade rm -f ${DESTDIR}/usr/share/examples/cvsup/DragonFly-dfports-supfile rm -f ${DESTDIR}/etc/periodic/weekly/400.status-pkg csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}7/ports.7.gz" + csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}9/SPLASSERT.9.gz" + csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}9/spl.9.gz" +.for splman in 0 bio clock high imp net softclock softtty statclock tty vm x + csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}9/spl${splman}.9.gz" +.endfor ldconfig -R .if !defined(BINARY_UPGRADE) # binary upgrade just copies these nodes .if !defined(NO_MAKEDEV)