From 032bf1099496bf8edb01f6205b653159be21c16b Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Sat, 17 Aug 2024 08:52:37 -0500 Subject: [PATCH] Added mstpcap to apps/Makefile BSD build (#730) --- apps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/Makefile b/apps/Makefile index f5bc141c..e446e192 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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 #####