Remove -U__NetBSD__

This commit is contained in:
Dima Ruban 1998-11-18 23:51:17 +00:00
parent bb2ce8f34e
commit fa1303baf8
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
# $Id: Makefile.alpha,v 1.11 1998/10/29 17:09:36 dima Exp $
# $Id: Makefile.alpha,v 1.12 1998/11/15 18:07:35 dfr Exp $
#
# Makefile for FreeBSD
#
@ -41,7 +41,7 @@ INCLUDES+= -I$S/../include
.else
INCLUDES+= -I/usr/include
.endif
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h -U__NetBSD__
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -mno-fp-regs -Wa,-mev56
LOAD_ADDRESS?= 0xfffffc0000300000
DEFINED_PROF= ${PROF}

View File

@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
# $Id: Makefile.alpha,v 1.11 1998/10/29 17:09:36 dima Exp $
# $Id: Makefile.alpha,v 1.12 1998/11/15 18:07:35 dfr Exp $
#
# Makefile for FreeBSD
#
@ -41,7 +41,7 @@ INCLUDES+= -I$S/../include
.else
INCLUDES+= -I/usr/include
.endif
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h -U__NetBSD__
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -mno-fp-regs -Wa,-mev56
LOAD_ADDRESS?= 0xfffffc0000300000
DEFINED_PROF= ${PROF}