mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
initial netbsd support in makefile/flags
This commit is contained in:
parent
0324e6ca3d
commit
546e8a3b44
3 changed files with 70 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -16,3 +16,7 @@ endif
|
|||
ifeq ($(OSTYPE),OpenBSD)
|
||||
include make-freebsd.mk
|
||||
endif
|
||||
|
||||
ifeq ($(OSTYPE),NetBSD)
|
||||
include make-netbsd.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue