diff options
author | June McEnroe <june@causal.agency> | 2020-03-01 19:20:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-03-01 21:14:52 -0500 |
commit | c876c88c2ac74255fa402c441343e8314d1fff8f (patch) | |
tree | e6420b0a64c4e8ef9709d129b3ce2a11b484602a /Darwin.mk | |
parent | Advertise STS policy (diff) | |
download | pounce-c876c88c2ac74255fa402c441343e8314d1fff8f.tar.gz pounce-c876c88c2ac74255fa402c441343e8314d1fff8f.zip |
Replace .mk files with configure script
Copied and expanded from catgirl.
Diffstat (limited to '')
-rw-r--r-- | Darwin.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Darwin.mk b/Darwin.mk deleted file mode 100644 index 42ba483..0000000 --- a/Darwin.mk +++ /dev/null @@ -1,2 +0,0 @@ -LIBRESSL_PREFIX = /usr/local/opt/libressl -LDLIBS := ${LDLIBS:-lcrypt=} |