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

Cache object: 139e121726d1d96f9e573bfcaf6c8dda


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