# $FreeBSD: src/gnu/usr.bin/Makefile,v 1.75 2003/04/27 20:14:05 obrien Exp $

SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
	${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo

.if !defined(NO_CXX)
.if ${MACHINE_ARCH} != "powerpc"
_gperf=gperf
.endif
SUBDIR+=groff
.endif

.if !defined(NO_CVS)
SUBDIR+=cvs
.endif

.include <bsd.subdir.mk>
