mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Make selftest build and run on FreeBSD 10 with gmake
This commit is contained in:
parent
14e4ffd15f
commit
1bd5a1ebcd
5 changed files with 109 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -9,3 +9,8 @@ endif
|
|||
ifeq ($(OSTYPE),Linux)
|
||||
include make-linux.mk
|
||||
endif
|
||||
|
||||
ifeq ($(OSTYPE),FreeBSD)
|
||||
include make-freebsd.mk
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue