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.71 2005/01/02 16:08:30 thorpej Exp $
    2 
    3 INCSDIR= /usr/include/sys
    4 
    5 INCS=   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 \
    9         device.h dir.h dirent.h disk.h disklabel.h disklabel_acorn.h \
   10         dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \
   11         endian.h envsys.h errno.h event.h exec.h exec_aout.h \
   12         exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extattr.h extent.h \
   13         fcntl.h fdio.h featuretest.h file.h filedesc.h filio.h \
   14         float_ieee754.h fstypes.h gmon.h hash.h \
   15         ieee754.h inttypes.h ioccom.h ioctl.h ioctl_compat.h ipc.h \
   16         joystick.h \
   17         kcore.h kgdb.h ksem.h ksyms.h ktrace.h \
   18         lkm.h localedef.h lock.h lockf.h lwp.h \
   19         malloc.h mallocvar.h mbuf.h md4.h \
   20         md5.h midiio.h mman.h mount.h msg.h msgbuf.h mtio.h \
   21         namei.h null.h \
   22         param.h pipe.h pmc.h poll.h pool.h power.h proc.h properties.h \
   23         protosw.h ptrace.h queue.h \
   24         ras.h reboot.h radioio.h resource.h resourcevar.h rnd.h \
   25         sa.h scanio.h sched.h scsiio.h select.h sem.h sha1.h shm.h \
   26         siginfo.h signal.h signalvar.h sigtypes.h socket.h \
   27         socketvar.h sockio.h stat.h statvfs.h syscall.h syscallargs.h \
   28         sysctl.h stdint.h swap.h syslimits.h syslog.h systm.h \
   29         tablet.h termios.h time.h timeb.h timepps.h times.h \
   30         timex.h tprintf.h trace.h tree.h tty.h ttychars.h ttycom.h \
   31         ttydefaults.h ttydev.h types.h \
   32         ucontext.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h uuid.h \
   33         vadvise.h verified_exec.h vmmeter.h vnode.h vnode_if.h \
   34         wait.h wdog.h
   35 
   36 INCSYMLINKS=\
   37         sys/exec_elf.h /usr/include/elf.h \
   38         sys/fcntl.h /usr/include/fcntl.h \
   39         sys/poll.h /usr/include/poll.h \
   40         sys/stdint.h /usr/include/stdint.h \
   41         sys/syslog.h /usr/include/syslog.h \
   42         sys/termios.h /usr/include/termios.h \
   43         sys/sha1.h /usr/include/sha1.h \
   44         sys/md4.h /usr/include/md4.h \
   45         sys/md5.h /usr/include/md5.h
   46 
   47 INCSYMLINKS+=   ../soundcard.h ${INCSDIR}/soundcard.h
   48 
   49 .include <bsd.kinc.mk>

Cache object: 448b23886b2e8fedcc220cceb7c49477


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