svn commit: r259673 - stable/9/tools/build/mk

Glen Barber gjb at FreeBSD.org
Sat Dec 21 00:20:07 UTC 2013


Author: gjb
Date: Sat Dec 21 00:20:06 2013
New Revision: 259673
URL: http://svnweb.freebsd.org/changeset/base/259673

Log:
  Honor WITHOUT_SYSINSTALL=1.
  
  This is a direct commit to stable/9.
  
  PR:		176263
  Submitted by:	Sayetsky Anton  (vsjcfm gmail com)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/tools/build/mk/OptionalObsoleteFiles.inc

Modified: stable/9/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/9/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 21 00:15:37 2013	(r259672)
+++ stable/9/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 21 00:20:06 2013	(r259673)
@@ -3124,6 +3124,21 @@ OLD_FILES+=usr/share/man/man8/ntptime.8.
 # to be filled in
 #.endif
 
+.if ${MK_SYSINSTALL} == no
+OLD_FILES+=usr/sbin/sysinstall
+OLD_FILES+=usr/share/man/man8/sysinstall.8.gz
+OLD_FILES+=usr/lib/libftpio.a
+OLD_FILES+=usr/lib/libftpio.so
+OLD_LIBS+=usr/lib/libftpio.so.8
+OLD_FILES+=usr/lib/libftpio_p.a
+OLD_FILES+=usr/lib32/libftpio.a
+OLD_FILES+=usr/lib32/libftpio.so
+OLD_LIBS+=usr/lib32/libftpio.so.8
+OLD_FILES+=usr/lib32/libftpio_p.a
+OLD_FILES+=usr/include/ftpio.h
+OLD_FILES+=usr/share/man/man3/ftpio.3.gz
+.endif
+
 .if ${MK_PC_SYSINSTALL} == no
 # backend-partmanager
 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh


More information about the svn-src-stable-9 mailing list