summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-07-08 11:48:47 +0000
committerkato <kato@FreeBSD.org>1999-07-08 11:48:47 +0000
commitc47bad705548130ec6e433147939116cc249ff2b (patch)
treec50d93081c05ab5bb76c16d02ff215b232b81465 /sys/conf
parent9e9718fcd7454a7a40d9075048885c8d1809da8e (diff)
downloadFreeBSD-src-c47bad705548130ec6e433147939116cc249ff2b.zip
FreeBSD-src-c47bad705548130ec6e433147939116cc249ff2b.tar.gz
Sync with sys/i386/conf/Makefile.i386 revision 1.158.
Diffstat (limited to 'sys/conf')
-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 cdf85a1..8740d23 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}
OpenPOWER on IntegriCloud