diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/bootst/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/bootst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/bootst/Makefile b/sys/arch/mvme88k/stand/bootst/Makefile index d7463654b2a..b068fd58ad0 100644 --- a/sys/arch/mvme88k/stand/bootst/Makefile +++ b/sys/arch/mvme88k/stand/bootst/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.13 2008/04/02 21:53:17 miod Exp $ +# $OpenBSD: Makefile,v 1.14 2012/08/21 14:46:19 pascal Exp $ SIZE?= size @@ -9,6 +9,7 @@ INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \ -I${.CURDIR}/../../include -I${S} -I${S}/lib/libsa CFLAGS+=${INCPATH} ${DEFS} ${COPTS} LDFLAGS=-s -N -T ${STAGE2_RELOC} +NOPIE= CLEANFILES+=stboot bootst bootst.bug .include "${S}/arch/mvme88k/stand/wrtvid/Makefile.inc" |