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