summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/Makefile.i386
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-08 16:52:45 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-08 16:52:45 +0000
commit301564f77ea9cfbcbb983a235564c4606625c6d5 (patch)
treeeb031125bd665260b15db75effa320290a6edf1e /sys/i386/conf/Makefile.i386
parent212a849754078de947ce104b74c78a76cd075214 (diff)
downloadFreeBSD-src-301564f77ea9cfbcbb983a235564c4606625c6d5.zip
FreeBSD-src-301564f77ea9cfbcbb983a235564c4606625c6d5.tar.gz
>From NetBSD
Change the cpu "i386" line to 2 lines: cpu "I386_CPU" cpu "I486_CPU" This is so we can do real CPU classification of code. Fix missing depend for assym.s which does depend on genassym.c
Diffstat (limited to 'sys/i386/conf/Makefile.i386')
-rw-r--r--sys/i386/conf/Makefile.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index eb526af..5b04970 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.5 1993/09/26 19:44:33 rgrimes Exp $
+# $Id: Makefile.i386,v 1.6 1993/10/06 20:49:17 rgrimes Exp $
#
# Makefile for FreeBSD
#
@@ -106,7 +106,7 @@ assym.s: $S/sys/param.h machine/pte.h $S/sys/buf.h \
assym.s: genassym
./genassym >assym.s
-genassym:
+genassym: ${I386}/i386/genassym.c
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
${I386}/i386/genassym.c -o genassym
OpenPOWER on IntegriCloud