Remove building with NOCRYPTO option
[minix.git] / share / man / man7 / Makefile
blobeb96f702317df178cb521c9d1fcbde1692195049
1 # $NetBSD: Makefile,v 1.31 2014/12/02 03:51:48 msaitoh Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/5/93
4 .include <bsd.init.mk>
6 # missing: eqnchar.7 man.7 ms.7 term.7
8 # MINIX:
9 MAN= \
10 nls.7 \
14 .if !defined(__MINIX)
15 CLEANFILES= tests.7
16 .if ${MKKYUA} != "no"
17 tests.7: tests.kyua.7
18 rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
19 .else
20 tests.7: tests.atf.7
21 rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
22 .endif
24 MLINKS+=c.7 c78.7 \
25 c.7 c89.7 \
26 c.7 c90.7 \
27 c.7 c99.7
28 .endif # !defined(__MINIX)
30 .include <bsd.man.mk>