Home | History | Annotate | Line # | Download | only in man7
Makefile revision 1.28.2.1
      1  1.28.2.1      yamt #	$NetBSD: Makefile,v 1.28.2.1 2014/05/22 11:37:51 yamt Exp $
      2       1.5       jtc #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3       1.1       cgd 
      4  1.28.2.1      yamt .include <bsd.init.mk>
      5  1.28.2.1      yamt 
      6       1.6       cgd # missing: eqnchar.7 man.7 ms.7 term.7
      7       1.2       cgd 
      8      1.25    jruoho MAN=	ascii.7 c.7 environ.7 glob.7 hier.7 hostname.7 intro.7 mailaddr.7 \
      9      1.28  christos 	module.7 nls.7 operator.7 orders.7 pkgsrc.7 release.7  rfc6056.7 \
     10      1.28  christos 	security.7 script.7 setuid.7 signal.7 sticky.7 symlink.7 sysctl.7 \
     11      1.22      jmmv 	tests.7
     12       1.1       cgd 
     13  1.28.2.1      yamt CLEANFILES=	tests.7
     14  1.28.2.1      yamt .if ${MKKYUA} != "no"
     15  1.28.2.1      yamt tests.7: tests.kyua.7
     16  1.28.2.1      yamt 	rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
     17  1.28.2.1      yamt .else
     18  1.28.2.1      yamt tests.7: tests.atf.7
     19  1.28.2.1      yamt 	rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
     20  1.28.2.1      yamt .endif
     21  1.28.2.1      yamt 
     22      1.24    jruoho MLINKS+=c.7 c78.7 \
     23      1.24    jruoho 	c.7 c89.7 \
     24      1.24    jruoho 	c.7 c90.7 \
     25      1.24    jruoho 	c.7 c99.7
     26      1.24    jruoho 
     27       1.7   mycroft .include <bsd.man.mk>
     28