summary refs log tree commit diff
path: root/Linux.mk
blob: 9627af95cae3f58180c4ca98c72803e76bde31ce (plain) (blame)
1
2
3
4
5
6
7
CFLAGS += -D_GNU_SOURCE -D'CERTBOT_PATH="/etc/letsencrypt"'
LDLIBS = -lcrypt -lpthread -l:libtls.a -l:libssl.a -l:libcrypto.a

MANDIR = ${PREFIX}/share/man
ETCDIR = /etc
RCS =
DIRS =
2019-01-10Add cash install and uninstall targetsJune McEnroe 2019-01-10Fix header dependencies in cash MakefileJune McEnroe 2019-01-10Clean up cash MakefileJune McEnroe 2019-01-10Reference cash-specific builtin man pagesJune McEnroe 2019-01-10Create cash-printf.1June McEnroe 2019-01-10Create cash-test.1June McEnroe 2019-01-10Create cash-kill.1June McEnroe 2019-01-10Create cash.1June McEnroe