Author: antoine Date: Sun Jan 24 14:06:19 2010 New Revision: 202925 URL: http://svn.freebsd.org/changeset/base/202925
Log: Add files to remove when MK_CTM=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Sun Jan 24 14:05:56 2010 (r202924) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Sun Jan 24 14:06:19 2010 (r202925) @@ -633,6 +633,18 @@ OLD_FILES+=usr/share/man/man1/cpp.1.gz # to be filled in #.endif +.if ${MK_CTM} == no +OLD_FILES+=usr/sbin/ctm +OLD_FILES+=usr/sbin/ctm_dequeue +OLD_FILES+=usr/sbin/ctm_rmail +OLD_FILES+=usr/sbin/ctm_smail +OLD_FILES+=usr/share/man/man1/ctm.1.gz +OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz +OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz +OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz +OLD_FILES+=usr/share/man/man5/ctm.5.gz +.endif + #.if ${MK_CVS} == no # to be filled in #.endif _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"