Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2010 14:21:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204452 - head/tools/build/mk
Message-ID:  <201002281421.o1SELFmN002424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002281421.o1SELFmN002424>