Fix target

This commit is contained in:
DJ Lucas 2017-09-24 21:19:25 -05:00
parent dd5f5f2f52
commit 61576faff8
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ all:
chmod 755 make-ca help2man
./help2man -s 8 -N ./make-ca -i include.h2m -o make-ca.8
install:
install: all
/usr/bin/install -vdm755 $(DESTDIR)$(SBINDIR)
/usr/bin/install -vdm755 $(DESTDIR)$(MANDIR)/man8
install -vm755 make-ca $(DESTDIR)$(SBINDIR)

0
make-ca Normal file → Executable file
View File