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

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Nov 14 22:14:36 UTC 2010


Author: gonzo
Date: Sun Nov 14 22:14:36 2010
New Revision: 215323
URL: http://svn.freebsd.org/changeset/base/215323

Log:
  Add optional files controlled by WITH_GPIO knob
  
  Submitted by:	Alexander Best <arundel at freebsd.org>

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Nov 14 22:08:56 2010	(r215322)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Nov 14 22:14:36 2010	(r215323)
@@ -808,6 +808,11 @@ OLD_FILES+=usr/lib32/libgpib_p.a
 .endif
 .endif
 
+.if ${MK_GPIO} == no
+OLD_FILES+=usr/sbin/gpioctl
+OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
+.endif
+
 .if ${MK_GSSAPI} == no
 OLD_FILES+=usr/lib/libgssapi.a
 OLD_FILES+=usr/lib/libgssapi.so


More information about the svn-src-all mailing list