Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/include Clean this up, don't install files ...
details: https://anonhg.NetBSD.org/src/rev/67f343fe1ba6
branches: trunk
changeset: 518092:67f343fe1ba6
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Nov 24 03:54:52 2001 +0000
description:
Clean this up, don't install files that userland doens't need.
diffstat:
sys/arch/acorn32/include/Makefile | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diffs (39 lines):
diff -r 5f07cae8bc10 -r 67f343fe1ba6 sys/arch/acorn32/include/Makefile
--- a/sys/arch/acorn32/include/Makefile Sat Nov 24 03:52:34 2001 +0000
+++ b/sys/arch/acorn32/include/Makefile Sat Nov 24 03:54:52 2001 +0000
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.8 2001/11/24 00:57:43 thorpej Exp $
+# $NetBSD: Makefile,v 1.9 2001/11/24 03:54:52 thorpej Exp $
KDIR= /sys/arch/acorn32/include
INCSDIR= /usr/include/acorn32
INCS= ansi.h aout_machdep.h asm.h \
- beep.h bswap.h bus.h \
+ bswap.h bus.h \
cdefs.h conf.h cpu.h \
- db_machdep.h devmap.h disklabel.h disklabel_acorn.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 irqhandler.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_machdep.h vmparam.h
+ varargs.h vmparam.h
+
+INCS+= beep.h joystick.h kbd.h mouse.h vconsole.h
.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index