Take avantage of COPTS appropriately.

This commit is contained in:
scottr 1996-12-17 07:33:01 +00:00
parent 9df370b3f3
commit 5b7c2842ae
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: MYSTERY,v 1.7 1996/11/19 00:38:05 scottr Exp $
# $NetBSD: MYSTERY,v 1.8 1996/12/17 07:33:01 scottr Exp $
#
# SPOT
@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k"
maxusers 16
makeoptions CC="cc -m68030"
makeoptions COPTS="-O -m68030"
options MYSTERY
# Standard system options

View File

@ -1,4 +1,4 @@
# $NetBSD: SPOT,v 1.19 1996/11/19 00:38:07 scottr Exp $
# $NetBSD: SPOT,v 1.20 1996/12/17 07:33:01 scottr Exp $
#
# SPOT
@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k"
maxusers 16
makeoptions CC="cc -m68030"
makeoptions COPTS="-m68030 -O"
# Standard system options
options DIAGNOSTIC # DEBUG for extra kernel debugging
@ -24,10 +24,10 @@ options QUOTA # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options NFSSERVER # Sun NFS-compatible filesystem
options NFSCLIENT # Sun NFS-compatible filesystem
options CD9660 # ISO-9660 w/ RockRidge
options KERNFS # kernel data-structure filesystem
options FDESC # user file descriptor filesystem
options PROCFS # Process filesystem
options CD9660 # ISO-9660 w/ RockRidge
options KERNFS # kernel data-structure filesystem
options FDESC # user file descriptor filesystem
options PROCFS # Process filesystem
options SCSI