diff options
author | 2016-05-26 20:13:44 +0000 | |
---|---|---|
committer | 2016-05-26 20:13:44 +0000 | |
commit | ab1e2fdb5d951b1f58da00301d903c90df48ddae (patch) | |
tree | 69acf9697fe36b92180d2bbff96ea81e1994e666 | |
parent | test the new utf8 module (diff) | |
download | wireguard-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.mk | 4 |
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 |