summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pw/Makefile')
-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