aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 741bae3..facf2c2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ clean :
crypt : crypt.c crypt.h
$(CC) $(CFLAGS) $(LDFLAGS) crypt.c -o $@
-install : install-bin install-min
+install : install-bin install-man
install-bin : crypt
mkdir -p -- $(PREFIX)/bin