warp-vpn

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

commit 423303f33ffb183cdfac3aad5bdce68d035ef0db
parent eb74dd687a2080a0b753522f1508466c323ddb75
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 13:54:27 +0000

add stun.8 to dist

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ ${OBJ}: config.mk ${HDR} dist: mkdir -p stun-${VERSION} - cp LICENSE Makefile README arg.h config.mk stun.c stun-${VERSION} + cp LICENSE Makefile README arg.h config.mk stun.8 stun.c stun-${VERSION} tar cf stun-${VERSION}.tar stun-${VERSION} gzip stun-${VERSION}.tar rm -rf stun-${VERSION}