summaryrefslogtreecommitdiff
path: root/sys/arch/vax/boot/xxboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/boot/xxboot/Makefile')
-rw-r--r--sys/arch/vax/boot/xxboot/Makefile4
1 files changed, 2 insertions, 2 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 \