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 /Linux.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-- | Linux.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Linux.mk b/Linux.mk deleted file mode 100644 index fff0c8a..0000000 --- a/Linux.mk +++ /dev/null @@ -1,6 +0,0 @@ -CFLAGS += -D_GNU_SOURCE -D'CERTBOT_PATH="/etc/letsencrypt"' -LDLIBS_calico = -lcrypto - -MANDIR = ${PREFIX}/share/man -RCS = -DIRS = |