diff --git a/Makefile b/Makefile
index bee31ef..85c4631 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ strlcpy.o: util.h
 install: all
 	mkdir -p $(DESTDIR)$(PREFIX)/bin
 	cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin
+	mkdir -p $(DESTDIR)$(MANPREFIX)/man1
 	cp -f $(BIN).1 $(DESTDIR)$(MANPREFIX)/man1
 
 uninstall: