diff options
Diffstat (limited to 'sys/arch/socppc/stand/mkboot/Makefile')
-rw-r--r-- | sys/arch/socppc/stand/mkboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/socppc/stand/mkboot/Makefile b/sys/arch/socppc/stand/mkboot/Makefile index c3e4e1b8e11..dd2a00f7c5f 100644 --- a/sys/arch/socppc/stand/mkboot/Makefile +++ b/sys/arch/socppc/stand/mkboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/06/09 15:01:56 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2012/08/21 14:46:19 pascal Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -8,6 +8,7 @@ MAN= mkboot.8 PROG= mkboot DPADD= ${LIBZ} LDADD= -lz +NOPIE= .else NOPROG= .endif |