summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2003-10-15 07:47:08 +0000
committermickey <mickey@openbsd.org>2003-10-15 07:47:08 +0000
commit54055a43d626c2da69a7c30cce7ac22b3aae7aa8 (patch)
tree99aa023baf6d451bc5f087475fd654902044e6e1
parentok it is OpenBSD's 8th birthday (diff)
downloadwireguard-openbsd-54055a43d626c2da69a7c30cce7ac22b3aae7aa8.tar.xz
wireguard-openbsd-54055a43d626c2da69a7c30cce7ac22b3aae7aa8.zip
reverse the comment on binutils gas/ld as that's what it is now
-rw-r--r--gnu/usr.bin/Makefile4
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