NetBSD/gnu/usr.bin/Makefile

33 lines
455 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.135 2011/06/21 04:52:50 mrg Exp $
1999-02-19 13:00:41 +03:00
.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
2000-07-04 21:12:00 +04:00
2000-11-02 15:32:04 +03:00
SUBDIR+= gettext
.if ${MKGDB} != "no"
2007-06-21 16:51:06 +04:00
.if ${HAVE_GDB} == "6"
SUBDIR+= gdb6
.endif
.endif
2002-02-02 06:04:22 +03:00
.if ${HAVE_GCC} == 4
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc4
2003-07-25 20:57:06 +04:00
.endif
.endif
2003-07-25 20:57:06 +04:00
.include <bsd.subdir.mk>