Makefile revision 111204
1# $FreeBSD: head/gnu/usr.bin/Makefile 111204 2003-02-21 02:30:51Z 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 groff gzip man patch rcs sdiff send-pr sort tar texinfo
9
10.if !defined(NO_CVS)
11SUBDIR+=cvs
12.endif
13
14.include <bsd.subdir.mk>
15