summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-12-18 00:17:09 +0000
committerChristian Pointner <equinox@anytun.org>2009-12-18 00:17:09 +0000
commitf9475faede237c9d2f185ae439af7354f163d933 (patch)
treeef12a65c6bd88244305d0dde9ec4f1b453a56fbd /src/configure
parentfixed wrong renames (diff)
added patch from Cyril Brulebois in order to enable build on Debian/Freebsd Kernel
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index f4ed32d..ac2dc03 100755
--- a/src/configure
+++ b/src/configure
@@ -147,7 +147,7 @@ case $TARGET in
ln -sf linux/tun.c
echo "loading Linux specific TUN Device"
;;
- OpenBSD|FreeBSD|NetBSD)
+ OpenBSD|FreeBSD|NetBSD|GNU/kFreeBSD)
rm -f tun.c
ln -sf bsd/tun.c
echo "loading BSD specific TUN Device"