mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
FreeBSD support
This commit is contained in:
parent
f8ced20d1c
commit
a2707c19b8
2 changed files with 29 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,8 +1,9 @@
|
|||
|
||||
UNAME := $(shell uname -s)
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
include Makefile.osx
|
||||
else ifeq ($(UNAME), FreeBSD)
|
||||
include Makefile.bsd
|
||||
else
|
||||
include Makefile.linux
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue