Skip to content

Commit

Permalink
some more NetBSD and FreeBSD love
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Jan 7, 2025
1 parent 4dcf2e5 commit e0ff036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ ifeq ($(OS), Darwin)
else ifeq ($(OS), FreeBSD)
# FreeBSD
INCLUDES := $(INCLUDES) -I/usr/local/include
LIBS_LDFLAGS = -L/usr/local/lib -lssl -lcrypto
LIBS_LDFLAGS = -L/usr/local/lib -lexecinfo -lssl -lcrypto
PLATFORM = FreeBSD
else ifeq ($(OS), NetBSD)
# NetBSD
INCLUDES := $(INCLUDES) -I/usr/pkg/include
LIBS_LDFLAGS = -L/usr/pkg/lib -lssl -lcrypto
LIBS_LDFLAGS = -L/usr/pkg/lib -lexecinfo -lssl -lcrypto
PLATFORM = NetBSD
else ifeq ($(OS), OpenBSD)
# OpenBSD
Expand Down

0 comments on commit e0ff036

Please sign in to comment.