NetBSD/gnu/usr.bin/Makefile

28 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.132 2009/12/14 13:39:33 uebayasi Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
SUBDIR+= bc
SUBDIR+= c89 c99
SUBDIR+= dc diffutils gkermit grep
SUBDIR+= rcs send-pr texinfo
.if ${MKGROFF} != "no"
SUBDIR+= groff
.endif
SUBDIR+= gettext
.if ${MKGDB} != "no"
.if ${HAVE_GDB} == "6"
SUBDIR+= gdb6
.endif
.endif
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc4
.endif
.include <bsd.subdir.mk>