From 94cd15a9eec2b766fe52ca6dbde9ec1c3f368e91 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 28 Feb 2010 14:21:15 +0000 Subject: [PATCH] Add files to remove when MK_NDIS=no. --- tools/build/mk/OptionalObsoleteFiles.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 8cd3b17ffe84..5437ff62f136 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