From 70ad97d739e16cf1f12814f1c71745780194bca3 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Mon, 2 Dec 2019 21:00:37 +0000 Subject: Enable libtokencap on DragonFlyBSD --- libtokencap/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libtokencap/Makefile') diff --git a/libtokencap/Makefile b/libtokencap/Makefile index b1313430..486c6c9e 100644 --- a/libtokencap/Makefile +++ b/libtokencap/Makefile @@ -37,6 +37,9 @@ endif ifeq "$(shell uname)" "NetBSD" TARGETS = libtokencap.so endif +ifeq "$(shell uname)" "DragonFly" + TARGETS = libtokencap.so +endif all: $(TARGETS) libtokencap.so: libtokencap.so.c ../config.h -- cgit 1.4.1