diff options
Diffstat (limited to '')
-rw-r--r-- | Darwin.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Darwin.mk b/Darwin.mk new file mode 100644 index 0000000..1ea7a44 --- /dev/null +++ b/Darwin.mk @@ -0,0 +1,2 @@ +CFLAGS += -DNO_EXPLICIT_BZERO +LDLIBS := ${LDLIBS:-lcrypt=} |