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