From e119ffa54d32bba49ab16db565680a0e386cdeb6 Mon Sep 17 00:00:00 2001 From: linear cannon Date: Sat, 16 Mar 2024 01:33:10 -0400 Subject: dell-flash-unlock: add NetBSD support --- util/dell-flash-unlock/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/dell-flash-unlock/Makefile') diff --git a/util/dell-flash-unlock/Makefile b/util/dell-flash-unlock/Makefile index fae52dea..aee07167 100644 --- a/util/dell-flash-unlock/Makefile +++ b/util/dell-flash-unlock/Makefile @@ -6,6 +6,9 @@ CFLAGS=-Wall -Wextra -Werror -O2 -pedantic ifeq ($(shell uname), OpenBSD) CFLAGS += -l$(shell uname -p) endif +ifeq ($(shell uname), NetBSD) + CFLAGS += -l$(shell uname -p) +endif SRCS=dell_flash_unlock.c accessors.c all: $(SRCS) accessors.h -- cgit v1.2.1