diff options
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/stand/boot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/vax/stand/xxboot/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/boot/Makefile b/sys/arch/vax/stand/boot/Makefile index 0463c1dfe6e..85237404e86 100644 --- a/sys/arch/vax/stand/boot/Makefile +++ b/sys/arch/vax/stand/boot/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2011/07/06 18:32:59 miod Exp $ +# $OpenBSD: Makefile,v 1.10 2012/08/21 14:46:20 pascal Exp $ # $NetBSD: Makefile,v 1.27 2002/04/07 07:00:25 matt Exp $ S!= cd ${.CURDIR}/../../../../; pwd NOMAN= # defined +NOPIE= .include <bsd.own.mk> diff --git a/sys/arch/vax/stand/xxboot/Makefile b/sys/arch/vax/stand/xxboot/Makefile index 33b400b52cb..793c4a86db4 100644 --- a/sys/arch/vax/stand/xxboot/Makefile +++ b/sys/arch/vax/stand/xxboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2011/09/29 18:02:41 miod Exp $ +# $OpenBSD: Makefile,v 1.10 2012/08/21 14:46:20 pascal Exp $ # $NetBSD: Makefile,v 1.12 2002/02/24 01:04:25 matt Exp $ S= ${.CURDIR}/../../../../ @@ -20,6 +20,7 @@ CPPFLAGS+=-D_STANDALONE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS \ -DNEED_UFS BINDIR= /usr/mdec NOMAN= # defined +NOPIE= CFLAGS= -Os |