svn commit: r204450 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sun Feb 28 14:12:06 UTC 2010


Author: antoine
Date: Sun Feb 28 14:12:05 2010
New Revision: 204450
URL: http://svn.freebsd.org/changeset/base/204450

Log:
  Update files to remove when MK_LPR=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:08:12 2010	(r204449)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:12:05 2010	(r204450)
@@ -1510,6 +1510,8 @@ OLD_FILES+=usr/share/man/man8/verify_krb
 #.endif
 
 .if ${MK_LPR} == no
+OLD_FILES+=etc/hosts.lpd
+OLD_FILES+=etc/printcap
 OLD_FILES+=usr/bin/lp
 OLD_FILES+=usr/bin/lpq
 OLD_FILES+=usr/bin/lpr
@@ -1524,6 +1526,8 @@ OLD_FILES+=usr/sbin/lpd
 OLD_FILES+=usr/sbin/lptest
 OLD_FILES+=usr/sbin/pac
 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
+OLD_FILES+=usr/share/examples/etc/hosts.lpd
+OLD_FILES+=usr/share/examples/etc/printcap
 OLD_FILES+=usr/share/man/man1/lp.1.gz
 OLD_FILES+=usr/share/man/man1/lpq.1.gz
 OLD_FILES+=usr/share/man/man1/lpr.1.gz


More information about the svn-src-all mailing list