aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1999-07-08 11:48:47 +0000
committerKATO Takenori <kato@FreeBSD.org>1999-07-08 11:48:47 +0000
commit29390f09cbaf01d49dffba0ebcf5e22b357672fb (patch)
treedf3ee68d8b32f7f313a6edb40f4319480374da6d /sys/conf/Makefile.pc98
parentc6080e545367ff56b42148f7534b36001c4f323e (diff)
downloadsrc-29390f09cbaf01d49dffba0ebcf5e22b357672fb.tar.gz
src-29390f09cbaf01d49dffba0ebcf5e22b357672fb.zip
Sync with sys/i386/conf/Makefile.i386 revision 1.158.
Notes
Notes: svn path=/head/; revision=48679
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc986
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index cdf85a1b5a2a..8740d2398e81 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.65 1999/06/28 13:07:58 kato Exp $
+# $Id: Makefile.pc98,v 1.66 1999/07/03 08:17:40 kato Exp $
#
# Makefile for FreeBSD
#
@@ -73,9 +73,6 @@ PROF+= -mprofiler-epilogue
NORMAL_C= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<
-DRIVER_C= ${CC} -c ${CFLAGS} ${PROF} $<
-DRIVER_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
-DRIVER_S= ${CC} -c -x ${ASM_CFLAGS} $<
PROFILE_C= ${CC} -c ${CFLAGS} $<
GEN_CFILES= ${I386}/i386/genassym.c
@@ -204,7 +201,6 @@ genassym: genassym.o
${SYSTEM_OBJS} genassym.o vers.o: opt_global.h
-# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
rm -f .newdep
mkdep -a -f .newdep ${CFLAGS} ${CFILES} ${SYSTEM_CFILES}