diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-06 10:53:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-06 10:53:01 +0000 |
commit | 9f62fcdc18d30f4b202d2089fc93c17f8f553380 (patch) | |
tree | 5a98e7f6912dd0543545f7fbc29b50ee2391f676 /sys/arch/mvme68k | |
parent | 044f60817a1e6dd374389083c1d31a95f4e80705 (diff) |
optimize further
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 6 |
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 |