summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
-rw-r--r--sys/conf/NOTES5
3 files changed, 7 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index eb526af..5b04970 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.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
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index eb526af..5b04970 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.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
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c89925f..ad1fe79 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,11 +4,12 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.12 1993/09/30 20:45:37 rgrimes Exp $
+# $Id: LINT,v 1.13 1993/10/01 04:20:16 rgrimes Exp $
#
machine "i386"
-cpu "i386"
+cpu "I386_CPU"
+cpu "I486_CPU"
ident LINT
timezone 8 dst
maxusers 10
OpenPOWER on IntegriCloud