diff options
author | Marius Strobl <marius@FreeBSD.org> | 2021-01-26 21:59:36 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2021-01-26 21:59:36 +0000 |
commit | 84876bf70222c4e10144d034119f7f455f99813c (patch) | |
tree | 3416ecdbb2c59f7041a1b748bb4297b79bcc4107 | |
parent | 173f6ce152ce1c4ea3e685d28a3c6461cc140513 (diff) | |
download | src-84876bf70222c4e10144d034119f7f455f99813c.tar.gz src-84876bf70222c4e10144d034119f7f455f99813c.zip |
build: remove NDIS option
ndis(4) has been removed in bfc99943b04b46a6c1c885ce7bcc6f235b7422aa.
-rw-r--r-- | tools/build/options/WITHOUT_NDIS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/build/options/WITHOUT_NDIS b/tools/build/options/WITHOUT_NDIS deleted file mode 100644 index f7bcdae04fce..000000000000 --- a/tools/build/options/WITHOUT_NDIS +++ /dev/null @@ -1,3 +0,0 @@ -.\" $FreeBSD$ -Set to not build programs and libraries -related to NDIS emulation support. |