diff options
author | 2011-06-16 10:09:51 +0000 | |
---|---|---|
committer | 2011-06-16 10:09:51 +0000 | |
commit | a8ae43d8e719ef9497468ed077a7cc433d4b4c8e (patch) | |
tree | 04d36adf0554cc6a7a5d2835c6e1c66afda4055a | |
parent | - slightly expand test for --static. it works in my local tree but needs some more testing. (diff) | |
download | wireguard-openbsd-a8ae43d8e719ef9497468ed077a7cc433d4b4c8e.tar.xz wireguard-openbsd-a8ae43d8e719ef9497468ed077a7cc433d4b4c8e.zip |
Typo, BINOWN -> BINGRP
ok miod@
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index fab7e2338aa..d94e10dab14 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.41 2010/10/17 08:44:15 djm Exp $ +# $OpenBSD: Makefile.cross,v 1.42 2011/06/16 10:09:51 mpi Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -42,7 +42,7 @@ CROSSCXXFLAGS?= ${CROSSCPPFLAGS} # XXX BINMODE?=555 BINOWN?=root -BINOWN?=bin +BINGRP?=bin CROSSDIR= ${DESTDIR}/usr/cross/${TARGET} CROSSENV= AR=${CROSSDIR}/usr/${TARGET_CANON}/bin/ar \ |