custom message for vm_update
[minix3.git] / gnu / usr.bin / Makefile
blob0f7405e3e1591411881b5d3b6c6e4b2ca36fe6e6
1 # $NetBSD: Makefile,v 1.137 2012/11/06 12:25:56 skrll Exp $
3 .include <bsd.own.mk>
5 .if defined(__MINIX)
6 SUBDIR+= texinfo
7 .else
8 SUBDIR+= bc
9 SUBDIR+= c89 c99
10 SUBDIR+= dc diffutils gkermit
11 SUBDIR+= rcs send-pr texinfo
13 .if ${MKBSDGREP} == "no"
14 SUBDIR+= grep
15 .endif
17 .if ${MKGROFF} != "no"
18 SUBDIR+= groff
19 .endif
21 SUBDIR+= gettext
23 .if ${MKGCC} != "no"
24 .if ${HAVE_GCC} == 4
25 .if ${MKGCCCMDS} != "no"
26 SUBDIR+= gcc4
27 .endif
28 .endif
29 .endif
30 .endif # defined(__MINIX)
32 .include <bsd.subdir.mk>