# $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.21 2005/04/22 07:38:58 joerg Exp $ # # Note that gcc2 is only built under the i386 architecture. Other # architectures require gcc3. SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort tar texinfo .if !defined(NO_CVS) SUBDIR+=cvs .endif .if !defined(NO_GDB) SUBDIR+=gdb .endif SUBDIR+= binutils215 cc34 .ORDER: binutils215 cc34 .include