summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-27 01:49:58 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-27 01:49:58 +0000
commitc2e1328f29f4c81459692eec48edadaa473e642a (patch)
treec31e308bfcfaa9cb032d8ae7757806ee9dc9dda1 /src/configure
parentinitial checkin (diff)
added empty tun.c and h
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"