diff options
Diffstat (limited to 'sys/arch/hp300/stand/mkboot/Makefile')
-rw-r--r-- | sys/arch/hp300/stand/mkboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/mkboot/Makefile b/sys/arch/hp300/stand/mkboot/Makefile index eb359ada38e..8a4fa0470e5 100644 --- a/sys/arch/hp300/stand/mkboot/Makefile +++ b/sys/arch/hp300/stand/mkboot/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2006/08/17 06:31:10 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2012/08/21 14:46:18 pascal Exp $ # $NetBSD: Makefile,v 1.2 1997/05/14 07:57:13 thorpej Exp $ PROG= mkboot NOMAN= +NOPIE= .include "${.CURDIR}/../Makefile.inc" |