aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:14:28 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:14:28 +0100
commitf4a40c25b29c3b4db904ef66667d129b38b279d3 (patch)
tree6ab6bb7c5757d267045940f81d21f7465ce05e4f /config.mk
parentUpdate e-mail and urls (diff)
downloadautopasswd-f4a40c25b29c3b4db904ef66667d129b38b279d3.tar.gz
autopasswd-f4a40c25b29c3b4db904ef66667d129b38b279d3.tar.bz2
autopasswd-f4a40c25b29c3b4db904ef66667d129b38b279d3.tar.xz
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..856eeca
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,15 @@
+PREFIX = /usr
+BIN = /bin
+BINDIR = $(PREFIX)$(BIN)
+DATA = /share
+DATADIR = $(PREFIX)$(DATA)
+LICENSEDIR = $(DATADIR)/licenses
+
+PKGNAME = autopasswd
+COMMAND = autopasswd
+
+CC = c99
+
+CPPFLAGS =
+CFLAGS =
+LDFLAGS = -lpassphrase -largparser -lkeccak