summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-02 11:11:52 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-02 11:11:52 +0000
commit9da5a7726b28cd29c1da55ee8f899e3febc5f4c8 (patch)
treedd7c0ae8605251d946b6dcaf9f3f042d4b9f0455 /src/Makefile
parentadded key derivation - not tested yet (diff)
key derivation seems to work now
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 975c375..3b3be02 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,7 +42,7 @@ ifeq ($(TARGET),Linux)
LDFLAGS += -ldl
endif
ifeq ($(TARGET),OpenBSD)
- CCFLAGS += -I/usr/local/include -DNO_UDPV6 -DNO_SEC_MEM
+ CCFLAGS += -I/usr/local/include -DNO_UDPV6
LDFLAGS += -L/usr/local/lib
endif