Deleted Added
full compact
Makefile (136910) Makefile (139106)
1# $FreeBSD: head/lib/libstand/Makefile 136910 2004-10-24 15:33:08Z ru $
1# $FreeBSD: head/lib/libstand/Makefile 139106 2004-12-21 09:33:47Z ru $
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
9LIB= stand
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
9LIB= stand
10NOPROFILE=
11NOPIC=
10NO_PROFILE=
11NO_PIC=
12INCS= stand.h
13MAN= libstand.3
14
15CFLAGS+= -ffreestanding -Wformat
16CFLAGS+= -I${.CURDIR}
17
18.if ${MACHINE_ARCH} == "alpha"
19CFLAGS+= -mno-fp-regs

--- 177 unchanged lines hidden ---
12INCS= stand.h
13MAN= libstand.3
14
15CFLAGS+= -ffreestanding -Wformat
16CFLAGS+= -I${.CURDIR}
17
18.if ${MACHINE_ARCH} == "alpha"
19CFLAGS+= -mno-fp-regs

--- 177 unchanged lines hidden ---