diff options
author | June McEnroe <june@causal.agency> | 2019-11-06 17:43:33 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-06 17:43:33 -0500 |
commit | 70031693a5bee7fa1266a6c86c928bf7161479cd (patch) | |
tree | bbb4df784f442c0744b54310ce94ae3f6496a293 /Linux.mk | |
parent | Add Linux.mk (diff) | |
download | pounce-70031693a5bee7fa1266a6c86c928bf7161479cd.tar.gz pounce-70031693a5bee7fa1266a6c86c928bf7161479cd.zip |
Don't install rc scripts or dirs on Linux
Diffstat (limited to '')
-rw-r--r-- | Linux.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Linux.mk b/Linux.mk index ac69498..0ceea94 100644 --- a/Linux.mk +++ b/Linux.mk @@ -3,3 +3,8 @@ LDLIBS = -lcrypt -lpthread LDLIBS += ${LIBRESSL_PREFIX}/lib/libtls.a LDLIBS += ${LIBRESSL_PREFIX}/lib/libssl.a LDLIBS += ${LIBRESSL_PREFIX}/lib/libcrypto.a + +MANDIR = ${PREFIX}/share/man +ETCDIR = /etc +RCS = +DIRS = |