NetBSD/gnu/usr.bin/Makefile

30 lines
453 B
Makefile
Raw Normal View History

2007-06-21 16:51:06 +04:00
# $NetBSD: Makefile,v 1.127 2007/06/21 12:51:06 skrll Exp $
1999-02-19 13:00:41 +03:00
# for OBJECT_FMT
.include <bsd.own.mk>
SUBDIR+= bc
.if ${MKBINUTILS} != "no"
SUBDIR+= binutils
.endif
SUBDIR+= c89
.if ${MKCVS} != "no"
2006-02-04 19:30:04 +03:00
SUBDIR+= xcvs
.endif
2006-11-01 16:18:03 +03:00
SUBDIR+= dc diffutils gkermit grep
2004-03-26 11:52:26 +03:00
SUBDIR+= groff rcs send-pr texinfo
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 ${MKGCCCMDS} != "no"
SUBDIR+= gcc4
2003-07-25 20:57:06 +04:00
.endif
.include <bsd.subdir.mk>