The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/sys/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: Makefile,v 1.180 2021/10/10 13:03:10 jmcneill Exp $
    2 
    3 .include <bsd.own.mk>
    4 
    5 INCSDIR= /usr/include/sys
    6 
    7 INCS=   acct.h acl.h agpio.h aio.h ansi.h aout_mids.h ataio.h atomic.h \
    8         audioio.h \
    9         bitops.h bootblock.h bswap.h buf.h \
   10         callback.h callout.h cdbr.h cdefs.h cdefs_aout.h \
   11         cdefs_elf.h cdio.h chio.h clock.h clockctl.h \
   12         common_ansi.h common_int_const.h common_int_fmtio.h \
   13         common_int_limits.h common_int_mwgwtypes.h common_int_types.h \
   14         common_limits.h common_lock.h common_wchar_limits.h \
   15         condvar.h conf.h core.h \
   16         cpufreq.h cpuio.h ctype_bits.h ctype_inline.h \
   17         device.h device_if.h \
   18         dir.h dirent.h \
   19         disk.h disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \
   20         dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \
   21         efiio.h endian.h envsys.h errno.h evcnt.h event.h eventfd.h exec.h \
   22         exec_aout.h exec_coff.h exec_ecoff.h exec_elf.h exec_script.h \
   23         extattr.h extent.h \
   24         fault.h \
   25         fcntl.h fd_set.h fdio.h featuretest.h file.h filedesc.h filio.h \
   26         flashio.h float_ieee754.h fstypes.h futex.h gcq.h gmon.h gpio.h hash.h \
   27         hook.h idtype.h ieee754.h intr.h intrio.h inttypes.h ioccom.h ioctl.h \
   28         ioctl_compat.h iostat.h ipc.h ipmi.h \
   29         joystick.h \
   30         kcore.h kcov.h kcpuset.h kgdb.h kmem.h ksem.h ksyms.h ktrace.h \
   31         localcount.h localedef.h lock.h lockf.h lua.h lwp.h lwpctl.h \
   32         malloc.h mallocvar.h mbuf.h md4.h md5.h midiio.h \
   33         mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \
   34         namei.h null.h \
   35         param.h pcu.h pipe.h pmf.h poll.h pool.h power.h proc.h \
   36         protosw.h pset.h psref.h ptrace.h ptree.h \
   37         queue.h quota.h quotactl.h \
   38         radioio.h radixtree.h random.h ras.h rbtree.h reboot.h resource.h \
   39         resourcevar.h rmd160.h rnd.h rndio.h rwlock.h \
   40         scanio.h sched.h scsiio.h sdt.h select.h selinfo.h sem.h semaphore.h \
   41         sha1.h sha2.h sha3.h shm.h siginfo.h signal.h signalvar.h sigtypes.h \
   42         sleepq.h socket.h \
   43         socketvar.h sockio.h spawn.h specificdata.h stat.h \
   44         statvfs.h syscall.h syscallargs.h sysctl.h stdarg.h stdbool.h \
   45         stdint.h swap.h syncobj.h syslimits.h syslog.h \
   46         tape.h termios.h time.h timeb.h timepps.h timerfd.h times.h timespec.h \
   47         timex.h tls.h trace.h tree.h tty.h ttychars.h ttycom.h \
   48         ttydefaults.h ttydev.h types.h \
   49         ucontext.h ucred.h uio.h un.h unistd.h unpcb.h utsname.h uuid.h \
   50         verified_exec.h videoio.h vmmeter.h vnode.h vnode_if.h vnode_impl.h \
   51         wait.h wapbl.h wapbl_replay.h wdog.h xattr.h
   52 
   53 INCSYMLINKS=\
   54         sys/cdbr.h /usr/include/cdbr.h \
   55         sys/exec_elf.h /usr/include/elf.h \
   56         sys/fcntl.h /usr/include/fcntl.h \
   57         sys/poll.h /usr/include/poll.h \
   58         sys/stdarg.h /usr/include/stdarg.h \
   59         sys/stdbool.h /usr/include/stdbool.h \
   60         sys/stdint.h /usr/include/stdint.h \
   61         sys/syslog.h /usr/include/syslog.h \
   62         sys/termios.h /usr/include/termios.h \
   63         sys/rmd160.h /usr/include/rmd160.h \
   64         sys/sha1.h /usr/include/sha1.h \
   65         sys/sha2.h /usr/include/sha2.h \
   66         sys/md4.h /usr/include/md4.h \
   67         sys/md5.h /usr/include/md5.h
   68 
   69 INCSYMLINKS+=   ../soundcard.h ${INCSDIR}/soundcard.h
   70 
   71 namei: namei.src gennameih.awk
   72         ${TOOL_AWK} -f gennameih.awk < namei.src
   73 
   74 device_calls.h: ${.CURDIR}/../kern/device_calls
   75         echo "${TOOL_AWK} -f ${.CURDIR}/../kern/gendevcalls.awk \
   76             ${.CURDIR}/../kern/device_calls > ${.CURDIR}/device_calls.h"
   77         ${TOOL_AWK} -f ${.CURDIR}/../kern/gendevcalls.awk \
   78             ${.CURDIR}/../kern/device_calls > ${.CURDIR}/device_calls.h
   79 
   80 .include <bsd.kinc.mk>

Cache object: 431cfc820d765e01ff77afae4b8c93f1


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.