Makefile revision 114129
1# $FreeBSD: head/gnu/usr.bin/Makefile 114129 2003-04-27 20:14:05Z obrien $
2
3SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
4	${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
5
6.if !defined(NO_CXX)
7.if ${MACHINE_ARCH} != "powerpc"
8_gperf=gperf
9.endif
10SUBDIR+=groff
11.endif
12
13.if !defined(NO_CVS)
14SUBDIR+=cvs
15.endif
16
17.include <bsd.subdir.mk>
18