xref: /netbsd/sys/sys/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.49 2002/11/27 13:30:06 tron Exp $
2
3INCSDIR= /usr/include/sys
4
5INCS=	acct.h agpio.h ansi.h ataio.h audioio.h \
6	bootblock.h bswap.h buf.h \
7	callout.h cdefs.h cdefs_aout.h \
8	cdefs_elf.h cdio.h chio.h clockctl.h conf.h core.h device.h \
9	dir.h dirent.h disk.h disklabel.h disklabel_acorn.h disklabel_mbr.h \
10	dkbad.h dkio.h dkstat.h domain.h dvdio.h endian.h envsys.h errno.h \
11	event.h \
12	exec.h exec_aout.h exec_coff.h exec_ecoff.h exec_elf.h exec_script.h \
13	extent.h fcntl.h fdio.h featuretest.h file.h filedesc.h filio.h \
14	gmon.h hash.h inttypes.h ioccom.h \
15	ioctl.h ioctl_compat.h ipc.h kcore.h kernel.h kgdb.h ktrace.h lkm.h \
16	localedef.h lock.h lockf.h malloc.h mbuf.h md4.h md5.h midiio.h \
17	mman.h mount.h msg.h msgbuf.h mtio.h namei.h null.h param.h pipe.h \
18	pmc.h poll.h pool.h proc.h properties.h \
19	protosw.h ptrace.h queue.h ras.h reboot.h radioio.h resource.h \
20	resourcevar.h rnd.h scanio.h sched.h scsiio.h select.h sem.h sha1.h \
21	shm.h siginfo.h signal.h signalvar.h socket.h socketvar.h sockio.h \
22	stat.h syscall.h syscallargs.h sysctl.h stdint.h swap.h syslimits.h \
23	syslog.h systm.h tablet.h termios.h time.h timeb.h timepps.h times.h \
24	timex.h tprintf.h trace.h tty.h ttychars.h ttycom.h ttydefaults.h \
25	ttydev.h types.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h \
26	vadvise.h verified_exec.h vmmeter.h vnode.h vnode_if.h wait.h wdog.h
27
28SYMLINKS= sys/exec_elf.h /usr/include/elf.h \
29	sys/fcntl.h /usr/include/fcntl.h \
30	sys/poll.h /usr/include/poll.h \
31	sys/stdint.h /usr/include/stdint.h \
32	sys/syslog.h /usr/include/syslog.h \
33	sys/termios.h /usr/include/termios.h
34
35.include <bsd.kinc.mk>
36