summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
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"