[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pta

Diff for /pta/Makefile between version 1.3 and 1.4

version 1.3, 2020/10/04 14:17:01 version 1.4, 2020/11/19 23:55:50
Line 14  install:
Line 14  install:
         install -o root -g wheel -m 0755 -d $(DESTDIR)/share          install -o root -g wheel -m 0755 -d $(DESTDIR)/share
         install -o root -g wheel -m 0755 -d $(DESTDIR)/share/examples          install -o root -g wheel -m 0755 -d $(DESTDIR)/share/examples
         install -o root -g wheel -m 0755 -d $(DESTDIR)/share/examples/pta          install -o root -g wheel -m 0755 -d $(DESTDIR)/share/examples/pta
         install -o root -g bin -m 0555 pta.pl $(DESTDIR)/bin/pta          install -o root -g bin -m 0555 pta.pl $(DESTDIR)/bin/pta
         install -o root -g bin -m 0444 pta.1 $(DESTDIR)/man/man1/          install -o root -g bin -m 0444 pta.1 $(DESTDIR)/man/man1/
         install -o root -g bin -m 0444 pta-accounts.5 $(DESTDIR)/man/man5/          install -o root -g bin -m 0444 pta-accounts.5 $(DESTDIR)/man/man5/
         install -o root -g bin -m 0444 pta-journal.5 $(DESTDIR)/man/man5/          install -o root -g bin -m 0444 pta-journal.5 $(DESTDIR)/man/man5/

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb