summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/configure b/src/configure
index ccdad1b..4cf9ec6 100755
--- a/src/configure
+++ b/src/configure
@@ -35,15 +35,11 @@ TARGET=`uname -s`
case $TARGET in
Linux)
rm -rf tunDevice.cpp
- rm -rf tunDevice.h
ln -sf linux/tunDevice.cpp
- ln -sf linux/tunDevice.h
;;
OpenBSD|FreeBSD|NetBSD)
rm -rf tunDevice.cpp
- rm -rf tunDevice.h
ln -sf bsd/tunDevice.cpp
- ln -sf bsd/tunDevice.h
;;
*)
echo "Plattform not supported"