stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit aa2987b54fb2142ed6ae11eed897296b102b80bd
parent 8f64d890fe30aaa6c892fa0b2ba892cd2e9cb332
Author: sin <sin@2f30.org>
Date:   Sat,  2 Apr 2016 20:44:36 +0100

cleanup config.mk

Diffstat:
Mconfig.mk | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/config.mk b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.1 PREFIX = /usr/local MANPREFIX = ${PREFIX}/man -# OpenBSD +# BSD CFLAGS = -std=c99 -Wall LDLIBS = -lcrypto @@ -12,7 +12,3 @@ LDLIBS = -lcrypto #CFLAGS = -std=c99 -Wall #LDLIBS = -lcrypto -lbsd #CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE - -# DragonFly and FreeBSD -#CFLAGS = -std=c99 -Wall -#LDLIBS = -lcrypto