Deleted Added
full compact
Makefile (284417) Makefile (284421)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2# $FreeBSD: head/lib/libc/Makefile 284417 2015-06-15 15:34:20Z bapt $
2# $FreeBSD: head/lib/libc/Makefile 284421 2015-06-15 19:28:07Z bapt $
3
3
4SHLIBDIR= /lib
4SHLIBDIR?= /lib
5
6.include <src.opts.mk>
7
8LIBC_SRCTOP?= ${.CURDIR}
9
10# Pick the current architecture directory for libc. In general, this is
11# named MACHINE_CPUARCH, but some ABIs are different enough to require
12# their own libc, so allow a directory named MACHINE_ARCH to override this.

--- 181 unchanged lines hidden ---
5
6.include <src.opts.mk>
7
8LIBC_SRCTOP?= ${.CURDIR}
9
10# Pick the current architecture directory for libc. In general, this is
11# named MACHINE_CPUARCH, but some ABIs are different enough to require
12# their own libc, so allow a directory named MACHINE_ARCH to override this.

--- 181 unchanged lines hidden ---