warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit 8f64d890fe30aaa6c892fa0b2ba892cd2e9cb332
parent 560425395f0a24a7f2054163083a25ab3915c72d
Author: sin <sin@2f30.org>
Date:   Sat,  2 Apr 2016 20:38:52 +0100

cleanup config.mk

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

diff --git a/config.mk b/config.mk @@ -4,11 +4,6 @@ VERSION = 0.1 PREFIX = /usr/local MANPREFIX = ${PREFIX}/man -# compiler and linker -CC = cc -AR = ar -RANLIB = ranlib - # OpenBSD CFLAGS = -std=c99 -Wall LDLIBS = -lcrypto