diff options
author | Curtis McEnroe | 2019-01-24 20:42:27 -0500 |
---|---|---|
committer | Curtis McEnroe | 2019-01-24 20:42:27 -0500 |
commit | e95a6b776e4cd126561fdcafcae9801cea64a3b0 (patch) | |
tree | b7adf142dabc178674d9de20f71e5c7d9629c302 /Darwin.mk | |
parent | 59390d2881f169347c4b83342b4ac8cd13ca903d (diff) |
Tweak Makefile ordering and naming
Diffstat (limited to 'Darwin.mk')
-rw-r--r-- | Darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Darwin.mk b/Darwin.mk index d1f26cc..1490817 100644 --- a/Darwin.mk +++ b/Darwin.mk @@ -1,4 +1,4 @@ LIBRESSL_PREFIX = /usr/local/opt/libressl LDLIBS = -lcurses -ltls -framework Cocoa BINS += sandman -MANS += sandman.1 +MAN1 += sandman.1 |