2014-08-08 23:38:47 +04:00
|
|
|
# $NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
|
1999-02-19 13:00:41 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1998-04-09 04:05:14 +04:00
|
|
|
|
2003-10-19 03:44:46 +04:00
|
|
|
SUBDIR+= bc
|
2008-09-24 06:19:45 +04:00
|
|
|
SUBDIR+= c89 c99
|
2014-08-08 23:38:47 +04:00
|
|
|
SUBDIR+= dc diffutils
|
2009-12-14 16:39:33 +03:00
|
|
|
SUBDIR+= rcs send-pr texinfo
|
|
|
|
|
2011-04-21 18:26:33 +04:00
|
|
|
.if ${MKBSDGREP} == "no"
|
|
|
|
SUBDIR+= grep
|
|
|
|
.endif
|
|
|
|
|
2009-12-14 16:39:33 +03:00
|
|
|
.if ${MKGROFF} != "no"
|
|
|
|
SUBDIR+= groff
|
|
|
|
.endif
|
2000-07-04 21:12:00 +04:00
|
|
|
|
2000-11-02 15:32:04 +03:00
|
|
|
SUBDIR+= gettext
|
|
|
|
|
1998-10-19 08:18:15 +04:00
|
|
|
.include <bsd.subdir.mk>
|