kernel: some boottime sanitychecks
[minix.git] / include / sys / Makefile
blobb22197c9be41050aa2d4779302f32607ace5055a
1 # $NetBSD: Makefile,v 1.126 2010/03/01 21:10:13 darran Exp $
3 NETBSDINCSDIR= /usr/include
4 INCSDIR= /usr/include/sys
6 .include <bsd.sys.mk>
9 # Present only in minix
10 INCS+= ioc_net.h statfs.h
12 INCS+= ansi.h atomic.h \
13 bitops.h bswap.h \
14 cdefs.h cdefs_aout.h cdefs_elf.h ctype_bits.h ctype_inline.h \
15 dirent.h \
16 endian.h errno.h \
17 fcntl.h fd_set.h featuretest.h file.h \
18 float_ieee754.h gcq.h gmon.h hash.h \
19 ieee754.h inttypes.h ioctl.h ipc.h \
20 localedef.h lock.h \
21 md4.h md5.h \
22 mman.h mount.h \
23 null.h \
24 param.h poll.h ptrace.h \
25 ptree.h \
26 queue.h \
27 rbtree.h resource.h rmd160.h \
28 select.h sha1.h \
29 sha2.h siginfo.h signal.h sigtypes.h \
30 ras.h reboot.h sem.h shm.h socket.h \
31 stat.h statvfs.h \
32 sysctl.h stdint.h \
33 syslimits.h syslog.h \
34 termios.h time.h times.h \
35 tree.h ttycom.h ttydefaults.h \
36 types.h \
37 ucontext.h ucred.h uio.h un.h unistd.h utsname.h uuid.h \
38 wait.h exec.h
40 INCSYMLINKS=\
41 sys/fcntl.h ${NETBSDINCSDIR}/fcntl.h \
42 sys/poll.h ${NETBSDINCSDIR}/poll.h \
43 sys/stdint.h ${NETBSDINCSDIR}/stdint.h \
44 sys/syslog.h ${NETBSDINCSDIR}/syslog.h \
45 sys/termios.h ${NETBSDINCSDIR}/termios.h \
46 sys/rmd160.h ${NETBSDINCSDIR}/rmd160.h \
47 sys/sha1.h ${NETBSDINCSDIR}/sha1.h \
48 sys/sha2.h ${NETBSDINCSDIR}/sha2.h \
49 sys/md4.h ${NETBSDINCSDIR}/md4.h \
50 sys/md5.h ${NETBSDINCSDIR}/md5.h
52 #INCSYMLINKS+= ../soundcard.h ${INCSDIR}/soundcard.h
54 namei: namei.src gennameih.awk
55 ${TOOL_AWK} -f gennameih.awk < namei.src
57 .include <bsd.own.mk>
58 .include "${NETBSDSRCDIR}/common/include/sys/Makefile.inc"
60 .include <bsd.files.mk>
61 .include <bsd.kinc.mk>