aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/check_brctl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check/check_brctl')
-rwxr-xr-xtools/check/check_brctl13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/check/check_brctl b/tools/check/check_brctl
deleted file mode 100755
index 5b3f2b4cfb..0000000000
--- a/tools/check/check_brctl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# CHECK-INSTALL
-
-. ./funcs.sh
-
-case $OS in
-OpenBSD|NetBSD|FreeBSD)
- has_or_fail brconfig ;;
-Linux)
- has_or_fail brctl ;;
-*)
- fail "unknown OS" ;;
-esac