diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:14:28 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:14:28 +0100 |
| commit | f4a40c25b29c3b4db904ef66667d129b38b279d3 (patch) | |
| tree | 6ab6bb7c5757d267045940f81d21f7465ce05e4f /config.mk | |
| parent | Update e-mail and urls (diff) | |
| download | autopasswd-f4a40c25b29c3b4db904ef66667d129b38b279d3.tar.gz autopasswd-f4a40c25b29c3b4db904ef66667d129b38b279d3.tar.bz2 autopasswd-f4a40c25b29c3b4db904ef66667d129b38b279d3.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 15 |
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 |
