33 lines
455 B
Makefile
33 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.135 2011/06/21 04:52:50 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= bc
|
|
SUBDIR+= c89 c99
|
|
SUBDIR+= dc diffutils gkermit
|
|
SUBDIR+= rcs send-pr texinfo
|
|
|
|
.if ${MKBSDGREP} == "no"
|
|
SUBDIR+= grep
|
|
.endif
|
|
|
|
.if ${MKGROFF} != "no"
|
|
SUBDIR+= groff
|
|
.endif
|
|
|
|
SUBDIR+= gettext
|
|
|
|
.if ${MKGDB} != "no"
|
|
.if ${HAVE_GDB} == "6"
|
|
SUBDIR+= gdb6
|
|
.endif
|
|
.endif
|
|
|
|
.if ${HAVE_GCC} == 4
|
|
.if ${MKGCCCMDS} != "no"
|
|
SUBDIR+= gcc4
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|