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 =
> 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe