Install cdefs_{aout,elf}.h
This commit is contained in:
parent
d3300d8006
commit
4c847c9dd7
|
@ -1,15 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.10 1999/02/23 02:56:54 ross Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1999/03/20 01:39:54 thorpej Exp $
|
||||
|
||||
KDIR= /sys/sys
|
||||
INCSDIR= /usr/include/sys
|
||||
|
||||
INCS= acct.h ataio.h audioio.h buf.h callout.h cdefs.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 dmap.h domain.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 \
|
||||
INCS= acct.h ataio.h audioio.h buf.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 dmap.h domain.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 \
|
||||
rnd.h scanio.h sched.h scsiio.h select.h sem.h sha1.h shm.h signal.h \
|
||||
|
|
Loading…
Reference in New Issue