Deleted Added
full compact
Makefile (244537) Makefile (255944)
1# $FreeBSD: head/sys/boot/userboot/libstand/Makefile 244537 2012-12-21 15:15:35Z rpaulo $
1# $FreeBSD: head/sys/boot/userboot/libstand/Makefile 255944 2013-09-29 20:20:17Z bdrewery $
2# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
3#
4# Notes:
5# - We don't use the libc strerror/sys_errlist because the string table is
6# quite large.
7#
8
2# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
3#
4# Notes:
5# - We don't use the libc strerror/sys_errlist because the string table is
6# quite large.
7#
8
9WITHOUT_SSP=
10NO_MAN=
11
12.include <bsd.own.mk>
9NO_MAN=
10
11.include <bsd.own.mk>
12MK_SSP= no
13
14S= ${.CURDIR}/../../../../lib/libstand
15
16.PATH: ${S}
17LIB= stand
18INTERNALLIB=
19NO_PROFILE=
20NO_PIC=

--- 146 unchanged lines hidden ---
13
14S= ${.CURDIR}/../../../../lib/libstand
15
16.PATH: ${S}
17LIB= stand
18INTERNALLIB=
19NO_PROFILE=
20NO_PIC=

--- 146 unchanged lines hidden ---