# $FreeBSD: src/gnu/usr.bin/Makefile,v 1.51 2000/01/16 00:11:34 obrien Exp $ # $DragonFly: src/gnu/usr.bin/Makefile,v 1.13 2004/10/27 16:34:32 joerg Exp $ # # Note that gcc2 is only built under the i386 architecture. Other # architectures require gcc3. SUBDIR= cpio dialog diff diff3 gperf grep groff man ptx rcs sdiff \ send-pr sort tar texinfo .if !defined(NO_CVS) SUBDIR+=cvs .endif SUBDIR+= binutils214 cc34 .ORDER: binutils214 cc34 .if ${MACHINE_ARCH} == "i386" SUBDIR+=binutils cc as ld .ORDER: binutils cc as ld .endif .if !defined(NOPERL) && exists(${.CURDIR}/perl) SUBDIR+=perl .endif .include