diff options
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/boot/xxboot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/vax/stand/xxboot/Makefile | 4 |
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 \ |