Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch don't install loadfile_machdep.h. standalone progr...
details: https://anonhg.NetBSD.org/src/rev/5b2186b08563
branches: trunk
changeset: 515217:5b2186b08563
user: chs <chs%NetBSD.org@localhost>
date: Wed Sep 19 06:38:44 2001 +0000
description:
don't install loadfile_machdep.h. standalone programs should
include it directly from the kernel source tree.
diffstat:
sys/arch/mmeye/include/Makefile | 4 ++--
sys/arch/x86_64/include/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r bcbf0a51ecba -r 5b2186b08563 sys/arch/mmeye/include/Makefile
--- a/sys/arch/mmeye/include/Makefile Wed Sep 19 06:38:19 2001 +0000
+++ b/sys/arch/mmeye/include/Makefile Wed Sep 19 06:38:44 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/04/15 17:13:13 kleink Exp $
+# $NetBSD: Makefile,v 1.12 2001/09/19 06:38:44 chs Exp $
KDIR= /sys/arch/mmeye/include
INCSDIR= /usr/include/mmeye
@@ -12,7 +12,7 @@
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h \
- limits.h lock.h loadfile_machdep.h \
+ limits.h lock.h \
math.h mmeye.h \
param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
reg.h \
diff -r bcbf0a51ecba -r 5b2186b08563 sys/arch/x86_64/include/Makefile
--- a/sys/arch/x86_64/include/Makefile Wed Sep 19 06:38:19 2001 +0000
+++ b/sys/arch/x86_64/include/Makefile Wed Sep 19 06:38:44 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/06/19 00:20:09 fvdl Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/19 06:38:44 chs Exp $
KDIR= /sys/arch/x86_64/include
INCSDIR= /usr/include/x86_64
@@ -8,7 +8,7 @@
disklabel.h elf_machdep.h endian.h endian_machdep.h float.h \
fpu.h frame.h frameasm.h gdt.h ieee.h ieeefp.h int_const.h \
int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h intr.h \
- isa_machdep.h kcore.h limits.h loadfile_machdep.h \
+ isa_machdep.h kcore.h limits.h \
lock.h math.h netbsd32_machdep.h out param.h pcb.h pccons.h \
pci_machdep.h pio.h pmap.h pmc.h proc.h profile.h psl.h \
pte.h ptrace.h reg.h rnd.h segments.h setjmp.h signal.h specialreg.h \
Home |
Main Index |
Thread Index |
Old Index