diff --git a/Makefile b/Makefile index 835dd67..5173030 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ ppm: ppm.o $(CC) $(LDFLAGS) $(INCS) -shared -o $(PROGRAMS) ppm.o $(CRACKLIB) install: ppm - mkdir -p $(DESTDIR)$(moduledir) + mkdir -p $(DESTDIR)$(moduledir) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(man5dir) for p in $(PROGRAMS); do \ $(LIBTOOL) --mode=install cp $$p $(DESTDIR)/$(moduledir) ; \ done