about summary refs log tree commit diff
path: root/Darwin.mk
blob: 1490817d0a2f3269c3d9d9ead5a1852df58c9c97 (plain) (blame)
1
2
3
4
LIBRESSL_PREFIX = /usr/local/opt/libressl
LDLIBS = -lcurses -ltls -framework Cocoa
BINS += sandman
MAN1 += sandman.1
2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe