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/boot/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 # $FreeBSD: releng/5.2/sys/boot/Makefile 118982 2003-08-16 02:48:20Z obrien $
    2 
    3 .if ${MACHINE_ARCH} == "amd64"
    4 .MAKEFLAGS:  MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
    5 .endif
    6 
    7 .if !defined(NOFORTH) && ${MACHINE_ARCH} != "powerpc"
    8 # Build the add-in FORTH interpreter
    9 SUBDIR+=                ficl
   10 .endif
   11 
   12 # Build OpenFirmware library
   13 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
   14 SUBDIR+=                ofw
   15 .endif
   16 
   17 # Pick the machine-dependant subdir based on the target architecture.
   18 SUBDIR+=                ${MACHINE}
   19 
   20 # Build ARC / AlphaBIOS executable on the Alpha
   21 # (this is a WIP (work in progress))
   22 #.if ${MACHINE_ARCH} == "alpha"
   23 #SUBDIR+=               arc
   24 #.endif
   25 
   26 # Build EFI executable on ia64
   27 .if ${MACHINE_ARCH} == "ia64"
   28 SUBDIR+=                efi
   29 .endif
   30 
   31 .include <bsd.subdir.mk>

Cache object: e17f7398743d2d7fe21b045fb1fc6ce0


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