summaryrefslogtreecommitdiff
path: root/distrib/macppc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-25 17:18:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-25 17:18:56 +0000
commit62209cf782cf94d892fb2575d7f46f562b15f3ee (patch)
treeea2a99237755bb69cd581910f8f0004927e94ad1 /distrib/macppc
parent1008e1a81715f8340c70932c7cc08fdd141bc36c (diff)
use ?= for adjusting RELXDIR for all sets
Diffstat (limited to 'distrib/macppc')
-rw-r--r--distrib/macppc/iso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/iso/Makefile b/distrib/macppc/iso/Makefile
index 88a641a54a1..7991ba790e0 100644
--- a/distrib/macppc/iso/Makefile
+++ b/distrib/macppc/iso/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2007/08/10 12:29:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2008/08/25 17:18:55 deraadt Exp $
TOP= ${.CURDIR}/..
#.include "${TOP}/Makefile.inc"
CDROM= install${OSrev}.iso
-RELXDIR= /home/relx-${MACHINE}
+RELXDIR?= /home/relx-${MACHINE}
RELDIR?= /home/rel-${MACHINE}
BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \