Deleted Added
full compact
Makefile (131383) Makefile (136910)
1# $FreeBSD: head/lib/libstand/Makefile 131383 2004-07-01 00:01:26Z tjr $
1# $FreeBSD: head/lib/libstand/Makefile 136910 2004-10-24 15:33:08Z 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= YES
11NOPIC= YES
10NOPROFILE=
11NOPIC=
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 ---