summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhuk <zhuk@openbsd.org>2016-05-26 20:13:44 +0000
committerzhuk <zhuk@openbsd.org>2016-05-26 20:13:44 +0000
commitab1e2fdb5d951b1f58da00301d903c90df48ddae (patch)
tree69acf9697fe36b92180d2bbff96ea81e1994e666
parenttest the new utf8 module (diff)
downloadwireguard-openbsd-ab1e2fdb5d951b1f58da00301d903c90df48ddae.tar.xz
wireguard-openbsd-ab1e2fdb5d951b1f58da00301d903c90df48ddae.zip
Zap the 'l' from ARFLAGS, totally useless these days.
Found while comparing qmake specs of different *BSDs. okay deraadt@ and millert@
-rw-r--r--share/mk/sys.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index c61e0bfb4f2..2e6acff7575 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: sys.mk,v 1.75 2016/05/11 18:01:33 deraadt Exp $
+# $OpenBSD: sys.mk,v 1.76 2016/05/26 20:13:44 zhuk Exp $
# $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
@@ -17,7 +17,7 @@ OSrev= $(OSMAJOR)$(OSMINOR)
.SUFFIXES: .out .a .o .c .cc .C .cxx .cpp .F .f .r .y .l .s .S .cl .p .h .sh .m4
AR?= ar
-ARFLAGS?= rl
+ARFLAGS?= r
RANLIB?= ranlib
LORDER?= lorder