NetBSD/gnu/usr.bin/Makefile

29 lines
412 B
Makefile
Raw Normal View History

2012-11-06 15:51:46 +04:00
# $NetBSD: Makefile,v 1.137 2012/11/06 12:25:56 skrll 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
2012-08-10 16:11:30 +04:00
.if ${MKGCC} != "no"
.if ${HAVE_GCC} == 4
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc4
2003-07-25 20:57:06 +04:00
.endif
.endif
2012-08-10 16:11:30 +04:00
.endif
2003-07-25 20:57:06 +04:00
.include <bsd.subdir.mk>