Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/include Cleanup, don't install headers that u...
details: https://anonhg.NetBSD.org/src/rev/7d3099676740
branches: trunk
changeset: 518093:7d3099676740
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Nov 24 03:56:48 2001 +0000
description:
Cleanup, don't install headers that userland doesn't need.
diffstat:
sys/arch/arm32/include/Makefile | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (40 lines):
diff -r 67f343fe1ba6 -r 7d3099676740 sys/arch/arm32/include/Makefile
--- a/sys/arch/arm32/include/Makefile Sat Nov 24 03:54:52 2001 +0000
+++ b/sys/arch/arm32/include/Makefile Sat Nov 24 03:56:48 2001 +0000
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.22 2001/11/24 00:57:44 thorpej Exp $
+# $NetBSD: Makefile,v 1.23 2001/11/24 03:56:48 thorpej Exp $
KDIR= /sys/arch/arm32/include
INCSDIR= /usr/include/arm32
INCS= ansi.h aout_machdep.h asm.h \
- beep.h bswap.h bus.h \
- cdefs.h conf.h cpu.h \
- db_machdep.h devmap.h disklabel.h disklabel_acorn.h \
+ bswap.h bus.h \
+ cdefs.h cpu.h \
+ db_machdep.h disklabel.h disklabel_acorn.h \
elf_machdep.h endian.h endian_machdep.h \
float.h fp.h frame.h \
- ieee.h ieeefp.h iic.h \
+ ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
- intr.h io.h ipkdb.h \
- joystick.h \
- kbd.h \
+ intr.h ipkdb.h \
limits.h lock.h \
- math.h mouse.h \
+ math.h \
param.h pcb.h pmap.h proc.h profile.h psl.h ptrace.h \
- reg.h rtc.h \
+ reg.h \
setjmp.h signal.h stdarg.h sysarch.h \
trap.h types.h \
- varargs.h vconsole.h vidc.h vmparam.h
+ varargs.h vmparam.h
+
+INCS+= devmap.h joystick.h
.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index