Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/include Don't install sysconf.h - nothing is e...



details:   https://anonhg.NetBSD.org/src/rev/e0aaae070221
branches:  trunk
changeset: 467838:e0aaae070221
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 30 02:19:02 1999 +0000

description:
Don't install sysconf.h - nothing is exported to userland in this file.

diffstat:

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

diffs (19 lines):

diff -r c7fbb3dfae9e -r e0aaae070221 sys/arch/pmax/include/Makefile
--- a/sys/arch/pmax/include/Makefile    Tue Mar 30 02:16:03 1999 +0000
+++ b/sys/arch/pmax/include/Makefile    Tue Mar 30 02:19:02 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1999/03/13 11:24:59 drochner Exp $
+#      $NetBSD: Makefile,v 1.7 1999/03/30 02:19:02 simonb Exp $
 
 KDIR=  /sys/arch/pmax/include
 INCSDIR= /usr/include/pmax
@@ -8,7 +8,7 @@
        ecoff_machdep.h elf.h elf_machdep.h endian.h fbio.h fbvar.h float.h \
        ieeefp.h intr.h kcore.h kdbparam.h limits.h locore.h mips_opcode.h \
        param.h pcb.h pmap.h pmioctl.h proc.h profile.h psl.h pte.h ptrace.h \
-       reg.h regnum.h reloc.h setjmp.h signal.h stdarg.h sysconf.h \
-       trap.h types.h varargs.h vmparam.h
+       reg.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h types.h \
+       varargs.h vmparam.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index