Deleted Added
full compact
Makefile (172664) Makefile (172940)
1# $FreeBSD: head/lib/libstand/Makefile 172664 2007-10-15 14:20:24Z nyan $
1# $FreeBSD: head/lib/libstand/Makefile 172940 2007-10-24 21:33:00Z jhb $
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

--- 57 unchanged lines hidden (view full) ---

67.endif
68.if ${MACHINE_ARCH} == "powerpc"
69.PATH: ${.CURDIR}/../libc/quad
70SRCS+= ashldi3.c ashrdi3.c
71.PATH: ${.CURDIR}/../libc/powerpc/gen
72SRCS+= syncicache.c
73.endif
74
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

--- 57 unchanged lines hidden (view full) ---

67.endif
68.if ${MACHINE_ARCH} == "powerpc"
69.PATH: ${.CURDIR}/../libc/quad
70SRCS+= ashldi3.c ashrdi3.c
71.PATH: ${.CURDIR}/../libc/powerpc/gen
72SRCS+= syncicache.c
73.endif
74
75# uuid functions from libc
76.PATH: ${.CURDIR}/../libc/uuid
77SRCS+= uuid_equal.c uuid_is_nil.c
78
75# _setjmp/_longjmp
76.if ${MACHINE_ARCH} == "amd64"
77.PATH: ${.CURDIR}/i386
78.else
79.PATH: ${.CURDIR}/${MACHINE_ARCH}
80.endif
81SRCS+= _setjmp.S
82

--- 66 unchanged lines hidden ---
79# _setjmp/_longjmp
80.if ${MACHINE_ARCH} == "amd64"
81.PATH: ${.CURDIR}/i386
82.else
83.PATH: ${.CURDIR}/${MACHINE_ARCH}
84.endif
85SRCS+= _setjmp.S
86

--- 66 unchanged lines hidden ---