Fix FreeBSD 11 compile via gmake gcc (#180)

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2021-06-12 19:27:29 -05:00
committed by GitHub
parent 40cce9f97c
commit 89d7af707e
3 changed files with 17 additions and 4 deletions
+4
View File
@@ -9,6 +9,10 @@
.PHONY: all
all: apps
.PHONY: bsd
bsd:
$(MAKE) BACNET_PORT=bsd -C apps all
.PHONY: win32
win32:
$(MAKE) BACNET_PORT=win32 -C apps all