summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-12-18 00:12:55 +0000
committerChristian Pointner <equinox@anytun.org>2009-12-18 00:12:55 +0000
commit63a9467c993d9f259e875421d79545a5870bfa04 (patch)
treecb21157f00b41732b1ff05c3a63a5db8a9158316 /src/configure
parentfixed permissions bug at make install (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 5381010..3194d74 100755
--- a/src/configure
+++ b/src/configure
@@ -148,7 +148,7 @@ case $TARGET in
ln -sf linux/tunDevice.cpp
echo "loading Linux specific TUN Device"
;;
- OpenBSD|FreeBSD|NetBSD)
+ OpenBSD|FreeBSD|NetBSD|GNU/kFreeBSD)
rm -rf tunDevice.cpp
ln -sf bsd/tunDevice.cpp
echo "loading BSD specific TUN Device"