summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-06 10:53:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-06 10:53:01 +0000
commit9f62fcdc18d30f4b202d2089fc93c17f8f553380 (patch)
tree5a98e7f6912dd0543545f7fbc29b50ee2391f676 /sys/arch/mvme68k
parent044f60817a1e6dd374389083c1d31a95f4e80705 (diff)
optimize further
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/stand/libsa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile
index b34807022fd..9214ff4e05d 100644
--- a/sys/arch/mvme68k/stand/libsa/Makefile
+++ b/sys/arch/mvme68k/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1995/11/22 11:17:17 deraadt Exp $
+# $Id: Makefile,v 1.5 1995/12/06 10:53:00 deraadt Exp $
LIB=sa
@@ -25,7 +25,7 @@ SRC_sun3= exec_sun.c
SRC_here= clock.c devopen.c dvma.c \
gets.c panic.c \
- promboot.c promcons.c bug.c
+ promboot.c promcons.c
SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_sun3} ${SRC_here}
@@ -35,7 +35,7 @@ SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_sun3} ${SRC_here}
#DEFS= -DCOMPAT_UFS
INCL= -I. -I${S}/lib/libsa -I${S}
COPTS= #-fno-defer-pop
-CFLAGS= -O ${COPTS} ${DEFS} ${DBG} ${INCL}
+CFLAGS= -O2 ${COPTS} ${DEFS} ${DBG} ${INCL}
.PATH: ${DIR_SA} ${DIR_KERN} ../../sun3