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/bsd/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 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
    2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
    3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
    4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
    5 
    6 
    7 include $(MakeInc_cmd)
    8 include $(MakeInc_def)
    9 
   10 INSTINC_SUBDIRS = \
   11 
   12 INSTINC_SUBDIRS_PPC = \
   13 
   14 INSTINC_SUBDIRS_I386 = \
   15 
   16 EXPINC_SUBDIRS = \
   17 
   18 EXPINC_SUBDIRS_PPC = \
   19 
   20 EXPINC_SUBDIRS_I386 = \
   21 
   22 DATAFILES = \
   23         appleapiopts.h  acct.h aio.h attr.h \
   24         audit.h bsm_kevents.h bsm_token.h bsm_uevents.h \
   25         buf.h callout.h cdefs.h clist.h conf.h \
   26         dir.h dirent.h disk.h disklabel.h disktab.h dkstat.h dmap.h domain.h \
   27         errno.h ev.h event.h exec.h fcntl.h file.h filedesc.h filio.h gmon.h ioccom.h ioctl.h \
   28         ioctl_compat.h ipc.h kernel.h kern_event.h ktrace.h loadable_fs.h lock.h lockf.h mach_swapon.h malloc.h \
   29         kdebug.h linker_set.h md5.h kern_control.h \
   30         mbuf.h mman.h mount.h msgbuf.h mtio.h namei.h netport.h param.h paths.h \
   31         proc.h protosw.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \
   32         select.h sem.h semaphore.h shm.h signal.h signalvar.h socket.h socketvar.h sockio.h stat.h \
   33         syscall.h sysctl.h syslimits.h syslog.h systm.h sys_domain.h termios.h  time.h \
   34         timeb.h times.h tprintf.h trace.h tty.h  ttychars.h ttycom.h \
   35         ttydefaults.h ttydev.h  types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
   36         user.h utfconv.h utsname.h ux_exception.h vadvise.h vcmd.h  version.h \
   37         vm.h vmmeter.h vmparam.h vnioctl.h vnode.h vnode_if.h vstat.h wait.h 
   38 
   39 INSTALL_MI_LIST = ${DATAFILES}
   40 
   41 INSTALL_MI_DIR = sys
   42 
   43 EXPORT_MI_LIST  = ${DATAFILES}
   44 
   45 EXPORT_MI_DIR = sys
   46 
   47 
   48 include $(MakeInc_rule)
   49 include $(MakeInc_dir)
   50 
   51 

Cache object: 11095ee0b9480d9668f792c4750bb60b


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