fixed build error, #87
[smdp.git] / Makefile
index 33271c2..9c63e0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,7 @@ clean:
 install:
        install -d $(DESTDIR)$(PREFIX)/bin
        install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
+       install -d $(DESTDIR)$(PREFIX)/share/man/man1
        install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1
 
 uninstall: