diff options
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 876f3aa782c..de478bebb0f 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2003/09/26 07:35:03 otto Exp $ +# $OpenBSD: Makefile,v 1.39 2003/10/15 07:47:08 mickey Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> @@ -6,7 +6,7 @@ SUBDIR+= ../egcs/gcc SUBDIR+= cvs groff lynx rcs sendbug binutils -# some ports use binutils gas and ld, most do not (yet). +# most ports use binutils gas and ld, some do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" SUBDIR+= gas ld .endif |