stun

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

commit af86412be4ea7cf9325febca55c24e58e5395428
parent a7eeb2a768dc585aebe5150251e1b2b406e61ce2
Author: sin <sin@2f30.org>
Date:   Fri,  8 Apr 2016 10:15:12 +0100

sort DISTFILES lexicographically

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

diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ include config.mk PREFIX = /usr/local MANPREFIX = $(PREFIX)/man -DISTFILES = UNLICENSE Makefile README arg.h \ +DISTFILES = Makefile README UNLICENSE arg.h \ config.mk stun.8 stun.c OBJ = stun.o BIN = stun