summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-07-04 21:43:54 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-07-04 21:43:54 +0000
commitd0cf2dc7b7c2dfc66524bac3a2e4afbad0f736b2 (patch)
tree11fca93666bd4c696b160c97c428ecd43f747dfa /sys/arch
parente26e7ed305c25ee134be357573f20855016acd04 (diff)
use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want to
strip xxboot on install
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/boot/xxboot/Makefile4
-rw-r--r--sys/arch/vax/stand/xxboot/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/boot/xxboot/Makefile b/sys/arch/vax/boot/xxboot/Makefile
index 61fe4e82bac..3b10714a293 100644
--- a/sys/arch/vax/boot/xxboot/Makefile
+++ b/sys/arch/vax/boot/xxboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2003/08/10 15:51:18 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2006/07/04 21:43:53 martin Exp $
# $NetBSD: Makefile,v 1.12 2002/02/24 01:04:25 matt Exp $
S= ${.CURDIR}/../../../../
@@ -12,7 +12,7 @@ WARNS?= 1
SRCS= start.S bootxx.c romread.S str.S urem.s udiv.s
-STRIPFLAG=
+INSTALL_STRIP=
CPPFLAGS+=-D_STANDALONE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS \
-DLIBSA_NO_TWIDDLE -DLIBSA_SINGLE_DEVICE=rom \
-DLIBSA_NO_COMPAT_UFS \
diff --git a/sys/arch/vax/stand/xxboot/Makefile b/sys/arch/vax/stand/xxboot/Makefile
index 61fe4e82bac..3b10714a293 100644
--- a/sys/arch/vax/stand/xxboot/Makefile
+++ b/sys/arch/vax/stand/xxboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2003/08/10 15:51:18 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2006/07/04 21:43:53 martin Exp $
# $NetBSD: Makefile,v 1.12 2002/02/24 01:04:25 matt Exp $
S= ${.CURDIR}/../../../../
@@ -12,7 +12,7 @@ WARNS?= 1
SRCS= start.S bootxx.c romread.S str.S urem.s udiv.s
-STRIPFLAG=
+INSTALL_STRIP=
CPPFLAGS+=-D_STANDALONE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS \
-DLIBSA_NO_TWIDDLE -DLIBSA_SINGLE_DEVICE=rom \
-DLIBSA_NO_COMPAT_UFS \