[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/Makefile between version 1.3 and 1.4

version 1.3, 1996/06/11 12:53:31 version 1.4, 1996/12/08 14:32:29
Line 11 
Line 11 
 MLINKS= mail.1 Mail.1 mail.1 mailx.1  MLINKS= mail.1 Mail.1 mail.1 mailx.1
   
 beforeinstall:  beforeinstall:
         cd ${.CURDIR}/misc; install -c -o ${BINOWN} -g ${BINGRP} \          cd ${.CURDIR}/misc; ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} \
             -m 444 ${SFILES} ${DESTDIR}/usr/share/misc              -m 444 ${SFILES} ${DESTDIR}/usr/share/misc
         cd ${.CURDIR}/misc; install -c -o root -g wheel \          cd ${.CURDIR}/misc; ${INSTALL} ${COPY} -o root -g wheel \
             -m 644 ${EFILES} ${DESTDIR}/etc              -m 644 ${EFILES} ${DESTDIR}/etc
   
 .if make(install)  .if make(install)

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