Makefile (55cd304ad1493a64d8f20192fc377516df1cb816) | Makefile (2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9) |
---|---|
1# @(#)Makefile 8.2 (Berkeley) 2/3/94 2# $FreeBSD$ 3 4SHLIBDIR?= /lib 5 6.include <bsd.own.mk> 7 8# All library objects contain FreeBSD revision strings by default; they may be --- 27 unchanged lines hidden (view full) --- 36.include "${.CURDIR}/gmon/Makefile.inc" 37.include "${.CURDIR}/inet/Makefile.inc" 38.include "${.CURDIR}/isc/Makefile.inc" 39.include "${.CURDIR}/locale/Makefile.inc" 40.include "${.CURDIR}/nameser/Makefile.inc" 41.include "${.CURDIR}/net/Makefile.inc" 42.include "${.CURDIR}/nls/Makefile.inc" 43.include "${.CURDIR}/posix1e/Makefile.inc" | 1# @(#)Makefile 8.2 (Berkeley) 2/3/94 2# $FreeBSD$ 3 4SHLIBDIR?= /lib 5 6.include <bsd.own.mk> 7 8# All library objects contain FreeBSD revision strings by default; they may be --- 27 unchanged lines hidden (view full) --- 36.include "${.CURDIR}/gmon/Makefile.inc" 37.include "${.CURDIR}/inet/Makefile.inc" 38.include "${.CURDIR}/isc/Makefile.inc" 39.include "${.CURDIR}/locale/Makefile.inc" 40.include "${.CURDIR}/nameser/Makefile.inc" 41.include "${.CURDIR}/net/Makefile.inc" 42.include "${.CURDIR}/nls/Makefile.inc" 43.include "${.CURDIR}/posix1e/Makefile.inc" |
44.if ${MACHINE_ARCH} != "alpha" && \ 45 ${MACHINE_ARCH} != "amd64" && \ | 44.if ${MACHINE_ARCH} != "amd64" && \ |
46 ${MACHINE_ARCH} != "ia64" && \ 47 ${MACHINE_ARCH} != "sparc64" 48.include "${.CURDIR}/quad/Makefile.inc" 49.endif 50.include "${.CURDIR}/regex/Makefile.inc" 51.include "${.CURDIR}/resolv/Makefile.inc" 52.include "${.CURDIR}/stdio/Makefile.inc" 53.include "${.CURDIR}/stdlib/Makefile.inc" --- 64 unchanged lines hidden --- | 45 ${MACHINE_ARCH} != "ia64" && \ 46 ${MACHINE_ARCH} != "sparc64" 47.include "${.CURDIR}/quad/Makefile.inc" 48.endif 49.include "${.CURDIR}/regex/Makefile.inc" 50.include "${.CURDIR}/resolv/Makefile.inc" 51.include "${.CURDIR}/stdio/Makefile.inc" 52.include "${.CURDIR}/stdlib/Makefile.inc" --- 64 unchanged lines hidden --- |