From f4a40c25b29c3b4db904ef66667d129b38b279d3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:14:28 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.mk (limited to 'config.mk') 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 -- cgit v1.2.3-70-g09d2