diff options
author | 2017-06-05 09:46:25 +0000 | |
---|---|---|
committer | 2017-06-05 09:46:25 +0000 | |
commit | 64d740ad7ec0daf43f98ba49c863df8d973c559c (patch) | |
tree | 941ca417c1621f69f47e8be5d0e0e2902cd35d62 /distrib/syspatch | |
parent | do not add ./ to the path of the files in the tarball (diff) | |
download | wireguard-openbsd-64d740ad7ec0daf43f98ba49c863df8d973c559c.tar.xz wireguard-openbsd-64d740ad7ec0daf43f98ba49c863df8d973c559c.zip |
set BUILDUSER to build by default, this can be overwritten from the environment
Diffstat (limited to 'distrib/syspatch')
-rw-r--r-- | distrib/syspatch/bsd.syspatch.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/syspatch/bsd.syspatch.mk b/distrib/syspatch/bsd.syspatch.mk index 3f26594309a..ad2580eda72 100644 --- a/distrib/syspatch/bsd.syspatch.mk +++ b/distrib/syspatch/bsd.syspatch.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.syspatch.mk,v 1.9 2017/06/05 09:44:56 robert Exp $ +# $OpenBSD: bsd.syspatch.mk,v 1.10 2017/06/05 09:46:25 robert Exp $ # # Copyright (c) 2016-2017 Robert Nagy <robert@openbsd.org> # @@ -20,6 +20,9 @@ ERRATA?= ECURR=${ERRATA:C/_.*//} EPREV!=echo ${ECURR} | awk '{printf "%03d\n", $$1 - 1;}' +# use the base and xenocara build user +BUILDUSER?= build + # binaries used by this makefile FETCH= /usr/bin/ftp -Vm |