Makefile revision 128265
1# $FreeBSD: head/gnu/usr.bin/Makefile 128265 2004-04-15 01:01:07Z peter $
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_TOOLCHAIN)
7_cc=cc
8_binutils=binutils
9.endif
10
11.if !defined(NO_CXX)
12.if ${MACHINE_ARCH} != "powerpc"
13_gperf=gperf
14.endif
15SUBDIR+=groff
16.endif
17
18#.if !defined(NO_CVS)
19#SUBDIR+=cvs
20#.endif
21
22.include <bsd.subdir.mk>
23