summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-10-23 08:28:17 +0000
committernate <nate@FreeBSD.org>1993-10-23 08:28:17 +0000
commit5c4f191c399277b6072f4e7c5f12a9dbc188e923 (patch)
treea7c702d593c20596d67b985496397f751a7b07a0 /sys/conf
parentd4033edb0b7d5c228df990e60550e437723739a3 (diff)
downloadFreeBSD-src-5c4f191c399277b6072f4e7c5f12a9dbc188e923.zip
FreeBSD-src-5c4f191c399277b6072f4e7c5f12a9dbc188e923.tar.gz
Removed un-necessary dependencies for assym.s
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3866
-rw-r--r--sys/conf/Makefile.powerpc6
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index d833382..3b649d4 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.8 1993/10/14 17:09:54 rgrimes Exp $
+# $Id: Makefile.i386,v 1.9 1993/10/23 06:46:24 nate Exp $
#
# Makefile for FreeBSD
#
@@ -99,9 +99,7 @@ assym.s: Makefile
# depends on KDB (cons.o also depends on GENERIC)
trap.o cons.o: Makefile
-assym.s: genassym $S/sys/param.h machine/pte.h \
- $S/sys/buf.h $S/sys/vmmeter.h \
- $S/sys/proc.h $S/sys/msgbuf.h machine/vmparam.h
+assym.s: genassym
./genassym >assym.s
genassym:
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index d833382..3b649d4 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.8 1993/10/14 17:09:54 rgrimes Exp $
+# $Id: Makefile.i386,v 1.9 1993/10/23 06:46:24 nate Exp $
#
# Makefile for FreeBSD
#
@@ -99,9 +99,7 @@ assym.s: Makefile
# depends on KDB (cons.o also depends on GENERIC)
trap.o cons.o: Makefile
-assym.s: genassym $S/sys/param.h machine/pte.h \
- $S/sys/buf.h $S/sys/vmmeter.h \
- $S/sys/proc.h $S/sys/msgbuf.h machine/vmparam.h
+assym.s: genassym
./genassym >assym.s
genassym:
OpenPOWER on IntegriCloud