Skip to content

Commit

Permalink
Remove badvpn-tunctl
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrop72 committed Sep 18, 2017
1 parent 81b2c18 commit 9e3d26a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 362 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ build_switch(FLOODER "build badvpn-flooder" ${ON_IF_NOT_EMSCRIPTEN})
build_switch(TUN2SOCKS "build badvpn-tun2socks" ${ON_IF_NOT_EMSCRIPTEN})
build_switch(UDPGW "build badvpn-udpgw" ${ON_IF_NOT_EMSCRIPTEN})
build_switch(NCD "build badvpn-ncd" ${ON_IF_LINUX_OR_EMSCRIPTEN})
build_switch(TUNCTL "build badvpn-tunctl" ${ON_IF_LINUX})
build_switch(DOSTEST "build dostest-server and dostest-attacker" OFF)

if (BUILD_NCD AND NOT (CMAKE_SYSTEM_NAME STREQUAL "Linux"))
Expand Down Expand Up @@ -334,9 +333,6 @@ if (BUILD_TUN2SOCKS)
add_subdirectory(udpgw_client)
add_subdirectory(lwip)
endif ()
if (BUILD_TUNCTL)
add_subdirectory(tunctl)
endif ()

# example programs
if (BUILD_EXAMPLES)
Expand Down
6 changes: 0 additions & 6 deletions tunctl/CMakeLists.txt

This file was deleted.

352 changes: 0 additions & 352 deletions tunctl/tunctl.c

This file was deleted.

0 comments on commit 9e3d26a

Please sign in to comment.