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/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 #       $OpenBSD: Makefile,v 1.53 2021/05/01 16:11:10 visa Exp $
    2 #       $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
    3 
    4 SUBDIR= dev/microcode \
    5         arch/alpha arch/amd64 arch/arm64 arch/armv7 \
    6         arch/hppa arch/i386 \
    7         arch/landisk arch/loongson arch/luna88k \
    8         arch/macppc arch/octeon arch/powerpc64 \
    9         arch/riscv64 arch/sparc64
   10 
   11 tags:
   12         cd ${.CURDIR}/kern; make tags
   13 
   14 .include <bsd.subdir.mk>

Cache object: 736212de856eb21f1c37f194b885eb9e


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