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

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

Diff for /src/share/man/man7/Makefile between version 1.28 and 1.28.8.2

version 1.28, 2011/09/24 17:04:38 version 1.28.8.2, 2014/08/20 00:02:36
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #       @(#)Makefile    8.1 (Berkeley) 6/5/93  #       @(#)Makefile    8.1 (Berkeley) 6/5/93
   
   .include <bsd.init.mk>
   
 # missing: eqnchar.7 man.7 ms.7 term.7  # missing: eqnchar.7 man.7 ms.7 term.7
   
 MAN=    ascii.7 c.7 environ.7 glob.7 hier.7 hostname.7 intro.7 mailaddr.7 \  MAN=    ascii.7 c.7 environ.7 glob.7 hier.7 hostname.7 intro.7 mailaddr.7 \
Line 8  MAN= ascii.7 c.7 environ.7 glob.7 hier.7
Line 10  MAN= ascii.7 c.7 environ.7 glob.7 hier.7
         security.7 script.7 setuid.7 signal.7 sticky.7 symlink.7 sysctl.7 \          security.7 script.7 setuid.7 signal.7 sticky.7 symlink.7 sysctl.7 \
         tests.7          tests.7
   
   CLEANFILES=     tests.7
   .if ${MKKYUA} != "no"
   tests.7: tests.kyua.7
           rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
   .else
   tests.7: tests.atf.7
           rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
   .endif
   
 MLINKS+=c.7 c78.7 \  MLINKS+=c.7 c78.7 \
         c.7 c89.7 \          c.7 c89.7 \
         c.7 c90.7 \          c.7 c90.7 \

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.28.8.2

CVSweb <webmaster@jp.NetBSD.org>