X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=33271c220e690a95bb7d8e7471f7234575e6296f;hb=f38c2f467878d066ae27628160ac22f48e19fdaa;hp=cfb80feccfd49de4b22825a9e5974240c1d4fca0;hpb=01a21345277528bb331653603e0d3771e5ed5870;p=smdp.git diff --git a/Makefile b/Makefile index cfb80fe..33271c2 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,8 @@ clean: install: install -d $(DESTDIR)$(PREFIX)/bin - install -m 755 mdp $(DESTDIR)$(PREFIX)/bin/$(TARGET) + install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET) + install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1 uninstall: $(RM) $(DESTDIR)$(PREFIX)/$(TARGET)