Merge pull request #2 from swills/patch-1

Update Makefile.in
This commit is contained in:
Pasi Kallinen 2015-12-09 20:45:36 +02:00
commit 8b0e886097
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ install: all
mkdir -p $(DESTDIR)$(sbindir)
$(INSTALL) -m 755 $(NAME) $(DESTDIR)$(sbindir)
mkdir -p $(DESTDIR)$(mandir)/man8
$(INSTALL) -m 644 $(MAN8) $(mandir)/man8
$(INSTALL) -m 644 $(MAN8) $(DESTDIR)$(mandir)/man8
indent:
indent -nut -ts2 *.c *.h