diff options
Diffstat (limited to 'sys/arch/hppa/stand/cdboot/Makefile')
-rw-r--r-- | sys/arch/hppa/stand/cdboot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/stand/cdboot/Makefile b/sys/arch/hppa/stand/cdboot/Makefile index aa88ec34006..256bfa4f5df 100644 --- a/sys/arch/hppa/stand/cdboot/Makefile +++ b/sys/arch/hppa/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/12/26 18:52:59 kettenis Exp $ +# $OpenBSD: Makefile,v 1.6 2012/08/21 14:46:18 pascal Exp $ NOMAN= no man S =${.CURDIR}/../../../.. @@ -60,3 +60,5 @@ NOPROG= CPPFLAGS+=-DRELOC=${LOADADDR} -DHEAP_LIMIT=${HEAP_LIMIT} CFLAGS+=$(SACFLAGS) -I../.. -I${.CURDIR}/../libsa -I${S}/stand/boot +CFLAGS+=${NOPIE_FLAGS} +AFLAGS+=${NOPIE_FLAGS} |