summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2000-01-02 13:43:00 +0000
committermsaitoh <msaitoh@NetBSD.org>2000-01-02 13:43:00 +0000
commitaf97804fa9dc27e62685bc0621abb1a77d5fa4b8 (patch)
tree086b38b68fad2a784537a4cb1d09f4abff9184a7 /sys
parentb75406e24fc03d4e74f178c6f5b4cd446a35e5b7 (diff)
add exec_coff.h
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/Makefile b/sys/sys/Makefile
index 3d7f215c47a..ec51fd6d8e4 100644
--- a/sys/sys/Makefile
+++ b/sys/sys/Makefile
@@ -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 @@ 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 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 \