Makefile
changeset 32 9b56360ec64e
parent 30 d037c433ec3e
child 33 5e0a954f7c0b
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@
 
 crypt: crypt.o
 	@echo Linking $< ...
-	@$(CC) $(CFLAGS) -o $@ $<
+	@$(CC) $(CFLAGS) -o $@ $< -lcrypt
 
 tokenpasting: tokenpasting.o
 	@echo Linking $< ...