NetBSD/gnu/usr.bin/Makefile

21 lines
299 B
Makefile

# $NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
.include <bsd.own.mk>
SUBDIR+= bc
SUBDIR+= c89 c99
SUBDIR+= dc diffutils
SUBDIR+= rcs send-pr texinfo
.if ${MKBSDGREP} == "no"
SUBDIR+= grep
.endif
.if ${MKGROFF} != "no"
SUBDIR+= groff
.endif
SUBDIR+= gettext
.include <bsd.subdir.mk>