[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / doc

Diff for /src/share/doc/Attic/Makefile between version 1.2 and 1.3

version 1.2, 1996/04/22 01:26:37 version 1.3, 2004/02/12 10:03:31
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       @(#)Makefile    8.1 (Berkeley) 6/5/93  #       @(#)Makefile    8.1 (Berkeley) 6/5/93
   
   FILES=  README
 SUBDIR= psd smm usd  SUBDIR= psd smm usd
   
 all depend includes lint tags:  all depend includes lint tags:
   
   realinstall:
           install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \
               ${DESTDIR}${DOCDIR}
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

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