diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-05-31 12:39:08 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-05-31 12:39:08 +0000 |
| commit | 0118e71ec9f509530bd6998f61a4b8d06ea72181 (patch) | |
| tree | debc7e330607a2f80b94508a14b6e3525502f9f6 /sys/conf/Makefile.pc98 | |
| parent | a353ca89cd54bff7b22393bcba4453d6d1a0f7e2 (diff) | |
Notes
Diffstat (limited to 'sys/conf/Makefile.pc98')
| -rw-r--r-- | sys/conf/Makefile.pc98 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index ba1a7ed31cd5..75e14af55de2 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.15 1997/05/08 09:13:40 kato Exp $ +# $Id: Makefile.pc98,v 1.16 1997/05/23 10:12:10 kato Exp $ # # Makefile for FreeBSD # @@ -154,6 +154,10 @@ locore.o: Makefile # depends on KDB (cons.o also depends on GENERIC) trap.o cons.o: Makefile +# compiled with special flags +ipl_funcs.o: ${I386}/isa/ipl_funcs.c + ${CC} -c ${CFLAGS} ${PROF} -fomit-frame-pointer $< + # this rule stops ./assym.s in .depend from causing problems ./assym.s: assym.s |
