NetBSD/gnu/usr.bin/Makefile

38 lines
547 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.117 2003/10/18 23:44:46 matt 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"
SUBDIR+= cvs
.endif
SUBDIR+= dc diffutils grep
SUBDIR+= groff gzip rcs send-pr texinfo
2000-07-04 21:12:00 +04:00
SUBDIR+= gawk
2000-11-02 15:32:04 +03:00
SUBDIR+= gettext
.if ${MKGDB} != "no"
.if ${HAVE_GDB53} == "no"
2002-02-02 06:04:22 +03:00
SUBDIR+= sim .WAIT gdb
.else
SUBDIR+= gdb53
.endif
.endif
2002-02-02 06:04:22 +03:00
.if ${MKGCCCMDS} != "no"
.if ${HAVE_GCC3} == "no"
2003-07-25 20:57:06 +04:00
SUBDIR+= gcc
.else
SUBDIR+= gcc3
.endif
.endif
2003-07-25 20:57:06 +04:00
.include <bsd.subdir.mk>