tinc 1.0.37 with macOS feth device support
This commit is contained in:
commit
b668b14a74
127 changed files with 64704 additions and 0 deletions
15
Makefile.am
Normal file
15
Makefile.am
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## Process this file with automake to get Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = src doc systemd
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
EXTRA_DIST = COPYING.README README.android
|
||||
|
||||
ChangeLog:
|
||||
git log > ChangeLog
|
||||
|
||||
astyle:
|
||||
astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]
|
||||
Loading…
Add table
Add a link
Reference in a new issue