[BACK]Return to bsd.lkm.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/Attic/bsd.lkm.mk between version 1.3 and 1.4

version 1.3, 1996/03/05 11:12:45 version 1.4, 1996/04/18 11:11:07
Line 49 
Line 49 
 .if !target(install)  .if !target(install)
 .if !target(beforeinstall)  .if !target(beforeinstall)
 beforeinstall:  beforeinstall:
           @-[ -d ${DESTDIR}${LKMDIR} ] || mkdir ${DESTDIR}${LKMDIR}
 .endif  .endif
 .if !target(afterinstall)  .if !target(afterinstall)
 afterinstall:  afterinstall:

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