X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/45c6d8c4132b612b445b858c6ed1d930140bc840..37c5a0dbec037771c8f75f042916d547d8117a41:/gnu/usr.bin/Makefile diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index c5d044b014..bf71fd081d 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,6 @@ # $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.32 2007/09/05 21:40:10 pavalos Exp $ -SUBDIR= dialog diff diff3 grep groff man rcs sdiff sort texinfo +SUBDIR= dialog diff grep groff man rcs texinfo .if !defined(NO_CVS) SUBDIR+=cvs @@ -11,14 +10,15 @@ SUBDIR+=cvs SUBDIR+=gdb .endif -SUBDIR+= binutils217 +SUBDIR+= binutils222 +SUBDIR+= binutils221 +.if !defined(NO_GCC41) SUBDIR+= cc41 -.ORDER: binutils217 cc41 +.ORDER: binutils221 cc41 +.endif -.if !defined(NO_GCC44) SUBDIR+= cc44 -.ORDER: binutils217 cc44 -.endif +.ORDER: binutils221 cc44 .include