[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.lib.mk between version 1.4 and 1.6

version 1.4, 1993/04/04 15:31:38 version 1.6, 1993/04/08 14:10:30
Line 100  depend: .depend
Line 100  depend: .depend
 .if !target(install)  .if !target(install)
 .if !target(beforeinstall)  .if !target(beforeinstall)
 beforeinstall:  beforeinstall:
           @if [ ! -d ${DESTDIR}${LIBDIR} ]; then \
                   /bin/rm -f ${DESTDIR}${LIBDIR} ; \
                   mkdir -p ${DESTDIR}${LIBDIR} ; \
                   chown root.wheel ${DESTDIR}${LIBDIR} ; \
                   chmod 755 ${DESTDIR}${LIBDIR} ; \
           else \
                   true ; \
           fi
 .endif  .endif
   
 realinstall: beforeinstall  realinstall: beforeinstall

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

CVSweb <webmaster@jp.NetBSD.org>