aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-22 15:52:10 +0100
committerMattias Andrée <maandree@kth.se>2021-02-22 15:52:10 +0100
commit5d0de5ed03925b5d2e475105a0b4ed01bb6f56be (patch)
treeff340426f1c24caff9b35e4333e235c1ca986ae3 /config.mk
parentMake libpassphrase optional (diff)
downloadfile2key-5d0de5ed03925b5d2e475105a0b4ed01bb6f56be.tar.gz
file2key-5d0de5ed03925b5d2e475105a0b4ed01bb6f56be.tar.bz2
file2key-5d0de5ed03925b5d2e475105a0b4ed01bb6f56be.tar.xz
Add man page3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index b8c111e..93a9878 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
-PREFIX = /usr/local
-MANPREFIX = $(CONFIGFILE)
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
CFLAGS = -std=c99 -Wall -Wextra -O2
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700