xref: /minix3/gnu/usr.bin/Makefile (revision 3f862305f83a4a0421b5952d0686bebd9aeee0bc)
1#	$NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
2
3.include <bsd.own.mk>
4
5.if defined(__MINIX)
6SUBDIR+=	texinfo
7
8.if ${USETOOLS} != "yes"
9# MINIX: make sure sources are fetched, even when tools were not built earlier
10MODULE=		texinfo
11GNUHOSTDIST=	${NETBSDSRCDIR}/gnu/dist/${MODULE}
12.include "${.CURDIR}/../../minix/Makefile.fetchgnu"
13
14realall realdepend: ${GNUHOSTDIST:H}/.gitignore
15.endif # defined(__MINIX)
16
17.else
18SUBDIR+=	bc
19SUBDIR+=	c89 c99
20SUBDIR+=	dc diffutils
21SUBDIR+=	rcs send-pr texinfo
22
23.if ${MKBSDGREP} == "no"
24SUBDIR+=	grep
25.endif
26
27.if ${MKGROFF} != "no"
28SUBDIR+=	groff
29.endif
30
31SUBDIR+=	gettext
32.endif # defined(__MINIX)
33
34.include <bsd.subdir.mk>
35