summaryrefslogtreecommitdiff
path: root/Makefile.arc4random
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-21 15:36:36 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-21 15:36:36 +0200
commit8b11bc66538160f3660249b9959d8b29a141a1d7 (patch)
tree451cb41dd9d88008c80aa4041ea7275478ad1fb6 /Makefile.arc4random
parente8d385f17607bbe86204251062039690dfc3979a (diff)
Group feature options that need additional compiler flags in Makefiles, so they can be enable together
Diffstat (limited to 'Makefile.arc4random')
-rw-r--r--Makefile.arc4random3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.arc4random b/Makefile.arc4random
new file mode 100644
index 0000000..1488408
--- /dev/null
+++ b/Makefile.arc4random
@@ -0,0 +1,3 @@
1FEATURES+=-DWANT_ARC4RANDOM
2LDFLAGS+=-lbsd
3