diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-11-19 19:49:43 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-11-19 19:49:43 +0000 |
| commit | 82faa9875ad3f0045d41d5a2cd51a8c62c3de435 (patch) | |
| tree | 5c0a9ad4d8781f3c8171fd30801367ba22a17b92 /sys | |
| parent | f00c174fea15a9933f3fed3b377d97ff15aa5734 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile.i386 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 0e124424cde7..4a590521bf25 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.68 1995/10/30 20:20:49 guido Exp $ +# $Id: Makefile.i386,v 1.69 1995/11/01 15:03:02 peter Exp $ # # Makefile for FreeBSD # @@ -43,7 +43,7 @@ INCLUDES+= -I$S/../include .else INCLUDES+= -I/usr/include .endif -COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS} +COPTS= ${INCLUDES} ${IDENT} -DKERNEL ASFLAGS= CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} LOAD_ADDRESS?= F0100000 diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 0e124424cde7..4a590521bf25 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.68 1995/10/30 20:20:49 guido Exp $ +# $Id: Makefile.i386,v 1.69 1995/11/01 15:03:02 peter Exp $ # # Makefile for FreeBSD # @@ -43,7 +43,7 @@ INCLUDES+= -I$S/../include .else INCLUDES+= -I/usr/include .endif -COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS} +COPTS= ${INCLUDES} ${IDENT} -DKERNEL ASFLAGS= CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} LOAD_ADDRESS?= F0100000 diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 0e124424cde7..4a590521bf25 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.68 1995/10/30 20:20:49 guido Exp $ +# $Id: Makefile.i386,v 1.69 1995/11/01 15:03:02 peter Exp $ # # Makefile for FreeBSD # @@ -43,7 +43,7 @@ INCLUDES+= -I$S/../include .else INCLUDES+= -I/usr/include .endif -COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS} +COPTS= ${INCLUDES} ${IDENT} -DKERNEL ASFLAGS= CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} LOAD_ADDRESS?= F0100000 |
