Added mstpcap to apps/Makefile BSD build (#730)

This commit is contained in:
Steve Karg
2024-08-17 08:52:37 -05:00
committed by GitHub
parent e3098bbaa2
commit 032bf10994
+4
View File
@@ -226,6 +226,10 @@ ifeq (${BACNET_PORT},win32)
SUBDIRS += mstpcap mstpcrc
endif
ifeq (${BACNET_PORT},bsd)
SUBDIRS += mstpcap mstpcrc
endif
#####
# Define target-specific fuzzing flags
#####