summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-29 18:48:39 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-29 18:48:39 +0000
commit7a3cf1eeed77e6918c04cc913cd6d7602eeb090a (patch)
tree309dd9d4a56771cfb27664d0f81253dda7ac1c3d /src/Makefile
parentadded bsd tun device (diff)
works on OpenBSD now (but no support for UDPv6)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6a5280f..740373c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,6 +42,7 @@ ifeq ($(TARGET),Linux)
LDFLAGS += -ldl
endif
ifeq ($(TARGET),OpenBSD)
+ CCFLAGS += -DNO_UDPV6
LDFLAGS += -L/usr/local/lib
endif