about summary refs log tree commit diff
path: root/NetBSD.mk
blob: 7c4766562c45f84fa2d9de6c459b80354f413a21 (plain) (blame)
1
2
3
LIBRESSL_PREFIX = /usr/pkg/libressl
LDFLAGS += -rpath=${LIBRESSL_PREFIX}/lib
LDLIBS = -lcurses -ltls
-01-26 02:50:59 -0500'>2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe