svn commit: r280888 - head/tools/build/mk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Mar 31 04:42:01 UTC 2015
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:42:00 2015
New Revision: 280888
URL: https://svnweb.freebsd.org/changeset/base/280888
Log:
- Remove more files when MK_LEGACY_CONSOLE == no
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Tue Mar 31 04:39:59 2015 (r280887)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Tue Mar 31 04:42:00 2015 (r280888)
@@ -3730,6 +3730,21 @@ OLD_FILES+=usr/bin/host
OLD_FILES+=usr/share/man/man1/host.1.gz
.endif
+.if ${MK_LEGACY_CONSOLE} == no
+OLD_FILES+=usr/sbin/kbdcontrol
+OLD_FILES+=usr/sbin/kbdmap
+OLD_FILES+=usr/sbin/moused
+OLD_FILES+=usr/sbin/vidcontrol
+OLD_FILES+=usr/sbin/vidfont
+OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz
+OLD_FILES+=usr/share/man/man1/kbdmap.1.gz
+OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz
+OLD_FILES+=usr/share/man/man1/vidfont.1.gz
+OLD_FILES+=usr/share/man/man5/kbdmap.5.gz
+OLD_FILES+=usr/share/man/man5/keymap.5.gz
+OLD_FILES+=usr/share/man/man8/moused.8.gz
+.endif
+
#.if ${MK_LIB32} == no
# to be filled in
#.endif
More information about the svn-src-all
mailing list