summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHayden <me@diatr.us>2021-03-19 04:22:05 -0400
committerGitHub <noreply@github.com>2021-03-19 04:22:05 -0400
commit6fdbf4a5b997d5b9ed5e0efd4d0ffb21d0e7b5a0 (patch)
treedc14a3d69bdb2176b156edc9a8871f13b0f21164
parent3d448bd27f5948510a4e347c9c727ca7351db4ce (diff)
downloadpw-darwin-6fdbf4a5b997d5b9ed5e0efd4d0ffb21d0e7b5a0.tar.gz
pw-darwin-6fdbf4a5b997d5b9ed5e0efd4d0ffb21d0e7b5a0.tar.zst
pw-darwin-6fdbf4a5b997d5b9ed5e0efd4d0ffb21d0e7b5a0.zip
Use libxcrypt
-rw-r--r--pw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 856d8b8..1f20552 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -40,7 +40,7 @@ all: pw
install: install-pw
pw: $(SRC) $(LIBUTILSRC) $(SBUFSRC) ent.xml
- $(CC) $(CFLAGS) -o pw -I. -Isbuf -Ilibutil $(SRC) $(LIBUTILSRC) $(SBUFSRC)
+ $(CC) $(CFLAGS) -o pw -I. -Isbuf -Ilibutil $(SRC) $(LIBUTILSRC) $(SBUFSRC) -lcrypt
$(STRIP) pw
$(LDID) -Sent.xml pw