Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Added envsys.h



details:   https://anonhg.NetBSD.org/src/rev/b9ae38b52277
branches:  trunk
changeset: 479727:b9ae38b52277
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon Dec 20 09:49:51 1999 +0000

description:
Added envsys.h

diffstat:

 sys/sys/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 58fddd490ea6 -r b9ae38b52277 sys/sys/Makefile
--- a/sys/sys/Makefile  Mon Dec 20 09:49:20 1999 +0000
+++ b/sys/sys/Makefile  Mon Dec 20 09:49:51 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 1999/11/01 00:00:43 soren Exp $
+#      $NetBSD: Makefile,v 1.16 1999/12/20 09:49:51 jdc Exp $
 
 KDIR=  /sys/sys
 INCSDIR= /usr/include/sys
@@ -6,10 +6,10 @@
 INCS=  acct.h ataio.h audioio.h buf.h bswap.h callout.h cdefs.h cdefs_aout.h \
        cdefs_elf.h cdio.h chio.h clist.h conf.h core.h device.h dir.h \
        dirent.h disk.h disklabel.h disklabel_mbr.h dkbad.h dkio.h dkstat.h \
-       domain.h dvdio.h endian.h errno.h exec.h exec_aout.h exec_ecoff.h \
-       exec_elf.h exec_script.h extent.h fcntl.h fdio.h featuretest.h \
-       file.h filedesc.h filio.h gmon.h inttypes.h ioccom.h ioctl.h \
-       ioctl_compat.h ipc.h kcore.h kernel.h kgdb.h ktrace.h lkm.h \
+       domain.h dvdio.h endian.h envsys.h errno.h exec.h exec_aout.h \
+       exec_ecoff.h exec_elf.h exec_script.h extent.h fcntl.h fdio.h \
+       featuretest.h file.h filedesc.h filio.h gmon.h inttypes.h ioccom.h \
+       ioctl.h ioctl_compat.h ipc.h kcore.h kernel.h kgdb.h ktrace.h lkm.h \
        localedef.h lock.h lockf.h malloc.h map.h mbuf.h md5.h midiio.h \
        mman.h mount.h msg.h msgbuf.h mtio.h namei.h param.h poll.h pool.h \
        proc.h protosw.h ptrace.h queue.h reboot.h resource.h resourcevar.h \



Home | Main Index | Thread Index | Old Index