diff options
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot.net/Makefile')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot.net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot.net/Makefile b/sys/arch/sparc64/stand/ofwboot.net/Makefile index d2199beee95..748bae7e080 100644 --- a/sys/arch/sparc64/stand/ofwboot.net/Makefile +++ b/sys/arch/sparc64/stand/ofwboot.net/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/18 16:31:53 jason Exp $ +# $OpenBSD: Makefile,v 1.2 2012/08/21 14:46:20 pascal Exp $ CPPFLAGS+= -DNETBOOT PROG= ofwboot.net +NOPIE= .include "../ofwboot/Makefile" .PATH: ${.CURDIR}/../ofwboot |