Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch We really don't want frame.h...



details:   https://anonhg.NetBSD.org/src/rev/fc91cd3d75bc
branches:  trunk
changeset: 555331:fc91cd3d75bc
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 14 17:44:05 2003 +0000

description:
We really don't want frame.h...

diffstat:

 sys/arch/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 51ec14433066 -r fc91cd3d75bc sys/arch/Makefile
--- a/sys/arch/Makefile Fri Nov 14 17:18:18 2003 +0000
+++ b/sys/arch/Makefile Fri Nov 14 17:44:05 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2003/10/14 12:46:44 tron Exp $
+#      $NetBSD: Makefile,v 1.26 2003/11/14 17:44:05 christos Exp $
 
 # For now, we install the machine and arch includes, and symlink 'machine'
 # to the location of the machine includes (usually).
@@ -44,7 +44,6 @@
 INCSYMLINKS= ${MACHINE} /usr/include/machine
 
 INCSYMLINKS+= machine/float.h /usr/include/float.h \
-       machine/frame.h /usr/include/frame.h \
        machine/stdarg.h /usr/include/stdarg.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index