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

Antoine Brodin antoine at FreeBSD.org
Sun Feb 28 14:21:15 UTC 2010


Author: antoine
Date: Sun Feb 28 14:21:15 2010
New Revision: 204452
URL: http://svn.freebsd.org/changeset/base/204452

Log:
  Add files to remove when MK_NDIS=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:13:33 2010	(r204451)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:21:15 2010	(r204452)
@@ -1614,6 +1614,14 @@ OLD_FILES+=usr/share/man/man1/ncplogout.
 OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz
 .endif
 
+.if ${MK_NDIS} == no
+OLD_FILES+=usr/sbin/ndiscvt
+OLD_FILES+=usr/sbin/ndisgen
+OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
+OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
+OLD_FILES+=usr/share/misc/windrv_stub.c
+.endif
+
 .if ${MK_NETCAT} == no
 OLD_FILES+=usr/bin/nc
 OLD_FILES+=usr/share/man/man1/nc.1.gz


More information about the svn-src-head mailing list