summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/bootxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/bootxx/Makefile')
-rw-r--r--sys/arch/mvme68k/stand/bootxx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/bootxx/Makefile b/sys/arch/mvme68k/stand/bootxx/Makefile
index 59d34eba02a..367fe3aa7ce 100644
--- a/sys/arch/mvme68k/stand/bootxx/Makefile
+++ b/sys/arch/mvme68k/stand/bootxx/Makefile
@@ -1,11 +1,12 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
-# $OpenBSD: Makefile,v 1.8 2006/01/10 07:36:32 miod Exp $
+# $OpenBSD: Makefile,v 1.9 2012/08/21 14:46:19 pascal Exp $
S= ${.CURDIR}/../../../..
DEFS=
INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \
-I${.CURDIR}/../../include -I${S} -I${S}/lib/libsa
CFLAGS+=-O2 ${INCPATH} ${DEFS} ${COPTS}
+NOPIE=
CLEANFILES+=bootxx
.include "${S}/arch/mvme68k/stand/bugcrt/Makefile.inc"