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.114 2008/10/19 22:05:23 apb Exp $
    2 
    3 .include <bsd.sys.mk>
    4 
    5 INCSDIR= /usr/include/sys
    6 
    7 INCS=   acct.h agpio.h aio.h ansi.h ataio.h atomic.h audioio.h \
    8         bitops.h bootblock.h bswap.h buf.h \
    9         callback.h callout.h cdefs.h cdefs_aout.h \
   10         cdefs_elf.h cdio.h chio.h clockctl.h condvar.h conf.h core.h \
   11         cpuio.h device.h dir.h dirent.h disk.h disklabel.h disklabel_acorn.h \
   12         disklabel_gpt.h \
   13         dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \
   14         endian.h envsys.h errno.h evcnt.h event.h exec.h exec_aout.h \
   15         exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extattr.h extent.h \
   16         fcntl.h fd_set.h fdio.h featuretest.h file.h filedesc.h filio.h \
   17         float_ieee754.h fstypes.h gcq.h gmon.h gpio.h hash.h \
   18         ieee754.h inttypes.h ioccom.h ioctl.h ioctl_compat.h iostat.h ipc.h \
   19         joystick.h \
   20         kcore.h kgdb.h kmem.h ksem.h ksyms.h ktrace.h \
   21         lkm.h localedef.h lock.h lockf.h lwp.h lwpctl.h \
   22         malloc.h mallocvar.h mbuf.h md4.h md5.h midiio.h \
   23         mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \
   24         namei.h null.h \
   25         param.h pipe.h pmc.h poll.h pool.h power.h proc.h \
   26         protosw.h pset.h ptrace.h queue.h \
   27         ras.h rb.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \
   28         rnd.h rwlock.h sa.h satypes.h \
   29         scanio.h sched.h scsiio.h select.h selinfo.h sem.h sha1.h sha2.h \
   30         shm.h siginfo.h signal.h signalvar.h sigtypes.h simplelock.h \
   31         sleepq.h socket.h \
   32         socketvar.h sockio.h specificdata.h stat.h statvfs.h \
   33         syscall.h syscallargs.h sysctl.h stdint.h swap.h \
   34         syncobj.h syslimits.h syslog.h \
   35         tape.h termios.h time.h timeb.h timepps.h times.h \
   36         timex.h trace.h tree.h tty.h ttychars.h ttycom.h \
   37         ttydefaults.h ttydev.h types.h \
   38         ucontext.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h uuid.h \
   39         vadvise.h verified_exec.h videoio.h vmmeter.h vnode.h vnode_if.h \
   40         wait.h wapbl.h wdog.h
   41 
   42 INCSYMLINKS=\
   43         sys/exec_elf.h /usr/include/elf.h \
   44         sys/fcntl.h /usr/include/fcntl.h \
   45         sys/poll.h /usr/include/poll.h \
   46         sys/stdint.h /usr/include/stdint.h \
   47         sys/syslog.h /usr/include/syslog.h \
   48         sys/termios.h /usr/include/termios.h \
   49         sys/rmd160.h /usr/include/rmd160.h \
   50         sys/sha1.h /usr/include/sha1.h \
   51         sys/sha2.h /usr/include/sha2.h \
   52         sys/md4.h /usr/include/md4.h \
   53         sys/md5.h /usr/include/md5.h
   54 
   55 INCSYMLINKS+=   ../soundcard.h ${INCSDIR}/soundcard.h
   56 
   57 namei: namei.src gennameih.awk
   58         ${TOOL_AWK} -f gennameih.awk < namei.src > namei.h
   59 
   60 .include <bsd.kinc.mk>

Cache object: d529bb2c76be35cb5549b509151e4a91


[ 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.