summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-28 14:21:15 +0000
committerantoine <antoine@FreeBSD.org>2010-02-28 14:21:15 +0000
commita4454ac9a6094fb498ad33e167bfa70de2b2272b (patch)
tree7a95a3797655d1a7650c99c565e211613f4d2101 /tools
parent19570a5d803405e67ac3633e8d05b0dd835ba15a (diff)
downloadFreeBSD-src-a4454ac9a6094fb498ad33e167bfa70de2b2272b.zip
FreeBSD-src-a4454ac9a6094fb498ad33e167bfa70de2b2272b.tar.gz
Add files to remove when MK_NDIS=no.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 8cd3b17..5437ff6 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1614,6 +1614,14 @@ OLD_FILES+=usr/share/man/man1/ncplogout.1.gz
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
OpenPOWER on IntegriCloud