[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / dict

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/dict/Makefile between version 1.4 and 1.5

version 1.4, 1993/08/10 16:42:48 version 1.5, 1993/09/30 22:59:32
Line 9  LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dic
Line 9  LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dic
   
 all clean cleandir depend lint tags:  all clean cleandir depend lint tags:
   
   beforeinstall:
           @install -d -o root -g wheel -m 755 ${DESTDIR}${BINDIR}/dict
   
 realinstall:  realinstall:
         @@if [ ! -d ${DESTDIR}${BINDIR}/dict ]; then \  
                 /bin/rm -f ${DESTDIR}${BINDIR}/dict ; \  
                 mkdir -p ${DESTDIR}${BINDIR}/dict ; \  
                 chown root.wheel ${DESTDIR}${BINDIR}/dict ; \  
                 chmod 755 ${DESTDIR}${BINDIR}/dict ; \  
         else \  
                 true ; \  
         fi  
         install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \          install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
             ${DESTDIR}${BINDIR}/dict              ${DESTDIR}${BINDIR}/dict
   

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

CVSweb <webmaster@jp.NetBSD.org>