Source-Changes-HG archive

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

[src/trunk]: src/sys/sys add exec_coff.h



details:   https://anonhg.NetBSD.org/src/rev/1289918d1715
branches:  trunk
changeset: 480085:1289918d1715
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Jan 02 13:43:00 2000 +0000

description:
add exec_coff.h

diffstat:

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

diffs (19 lines):

diff -r f1a4773f6947 -r 1289918d1715 sys/sys/Makefile
--- a/sys/sys/Makefile  Sun Jan 02 13:40:55 2000 +0000
+++ b/sys/sys/Makefile  Sun Jan 02 13:43:00 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 1999/12/20 09:49:51 jdc Exp $
+#      $NetBSD: Makefile,v 1.17 2000/01/02 13:43:00 msaitoh Exp $
 
 KDIR=  /sys/sys
 INCSDIR= /usr/include/sys
@@ -7,7 +7,8 @@
        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 envsys.h errno.h exec.h exec_aout.h \
-       exec_ecoff.h exec_elf.h exec_script.h extent.h fcntl.h fdio.h \
+       exec_coff.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 \



Home | Main Index | Thread Index | Old Index