summaryrefslogtreecommitdiff
path: root/distrib/syspatch
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2017-06-05 09:46:26 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2017-06-05 09:46:26 +0000
commit0d955f6601bb8aeb44cd28439f1e35c028582fc5 (patch)
tree27bb4a85d9c9e14b80eb0a487ed1faadb47c2315 /distrib/syspatch
parentf15ac4e40df555165c0917dedbfc21ca18ef1749 (diff)
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.mk5
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