diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-11-18 23:51:17 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-11-18 23:51:17 +0000 |
| commit | fa1303baf8805dd662fec3a41df72ea41d7529ef (patch) | |
| tree | 9d47e8c2362d41c6b0c6d329b6b4bf4d6d73f919 /sys/alpha | |
| parent | bb2ce8f34ef771f2dca32fa5622ebc0f4ea3e3e7 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 4c541e3d2929..1dfd90ddf2b1 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -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} |
