diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-03-06 14:06:01 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-03-06 14:10:24 -0500 |
commit | feb349458e8ae17ede636716ccfa9d97e63f30b1 (patch) | |
tree | b9dd312a3f6ce3e9f7adaa52ced64f124da1b0c3 /Makefile | |
parent | 863b70d198f62f28581162473a521208dd67879e (diff) | |
download | bfs-feb349458e8ae17ede636716ccfa9d97e63f30b1.tar.xz |
Support -flags on all the BSDs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ else DISTCHECK_FLAGS := TEST_FLAGS="--verbose" endif +ifeq ($(OS),NetBSD) +LOCAL_LDLIBS += -lutil +endif + ifneq ($(filter asan,$(MAKECMDGOALS)),) LOCAL_CFLAGS += $(ASAN_CFLAGS) SANITIZE := y |