revert last commits was a mistake

This commit is contained in:
chopps 1995-10-09 15:23:22 +00:00
parent 78bd894529
commit d9a781419d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.47 1995/10/09 15:20:10 chopps Exp $
# $NetBSD: GENERIC,v 1.48 1995/10/09 15:23:22 chopps Exp $
#
# GENERIC AMIGA
@ -66,7 +66,7 @@ options "CD9660" # ISO 9660 file system, with Rock Ridge
options "COMPAT_10" # compatability with older NetBSD release
options "COMPAT_09" # compatability with older NetBSD release
options "COMPAT_43" # 4.3 BSD compatible system calls
#options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_SUNOS # Support to run Sun (m68k) executables
options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
options "COMPAT_NOMID" # allow nonvalid machine id executables
#options COMPAT_HPUX # HP300 compatability

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.amiga,v 1.27 1995/10/09 15:20:14 chopps Exp $
# $NetBSD: Makefile.amiga,v 1.28 1995/10/09 15:23:25 chopps Exp $
# @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91
#
@ -35,7 +35,7 @@ AMIGA= ../..
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Damiga
CFLAGS= -O -Wall -Werror -fno-builtin -mc68020 -m68881 ${COPTS}
CFLAGS= -O -Werror -fno-builtin -mc68020 -m68881 ${COPTS}
### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc"