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