diff options
author | Curtis McEnroe | 2018-11-30 15:41:21 -0500 |
---|---|---|
committer | Curtis McEnroe | 2018-11-30 15:41:21 -0500 |
commit | deec27410ab96b001ea97610ffe1512dcb14643f (patch) | |
tree | ea3ec0e0102fe6e6124f17669d63b54a2a280524 /Darwin.mk | |
parent | 908b834c1a6346b8bde7168e42d1b9786e4f658f (diff) |
Add sandman
Diffstat (limited to 'Darwin.mk')
-rw-r--r-- | Darwin.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Darwin.mk b/Darwin.mk index 7ef8901..d1f26cc 100644 --- a/Darwin.mk +++ b/Darwin.mk @@ -1,2 +1,4 @@ LIBRESSL_PREFIX = /usr/local/opt/libressl -LDLIBS = -lcurses -ltls +LDLIBS = -lcurses -ltls -framework Cocoa +BINS += sandman +MANS += sandman.1 |