From 8b11bc66538160f3660249b9959d8b29a141a1d7 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 21 Apr 2024 15:36:36 +0200 Subject: Group feature options that need additional compiler flags in Makefiles, so they can be enable together --- Makefile.arc4random | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile.arc4random (limited to 'Makefile.arc4random') diff --git a/Makefile.arc4random b/Makefile.arc4random new file mode 100644 index 0000000..1488408 --- /dev/null +++ b/Makefile.arc4random @@ -0,0 +1,3 @@ +FEATURES+=-DWANT_ARC4RANDOM +LDFLAGS+=-lbsd + -- cgit v1.2.3