diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-11-04 07:39:53 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-11-04 07:39:53 +0000 |
| commit | b8ffd2a51c84f59ad2840c621a3f2ead3f70fe97 (patch) | |
| tree | cdd19008b79c5e68b1f06f93fbe954d3430d2314 /lib/libstand/Makefile | |
| parent | 2cd5cac4ec9e5e02e931cc817995a6ba3fea2ebc (diff) | |
Notes
Diffstat (limited to 'lib/libstand/Makefile')
| -rw-r--r-- | lib/libstand/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 78e24c4d34da..fe4d3436cbc8 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/11/04 00:23:11 msmith Exp $ +# $Id: Makefile,v 1.9 1998/11/04 00:32:08 msmith Exp $ # # Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $ # @@ -90,11 +90,11 @@ __reml.S: ${.CURDIR}/../libc/alpha/gen/divrem.m4 .PATH: ${.CURDIR}/../libc/net SRCS+= inet_ntoa.c inet_addr.c -# setjmp/longjmp -.if ${MACHINE_ARCH} == "i386" -.PATH: ${.CURDIR}/${MACHINE_ARCH} +# _setjmp/_longjmp +.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/gen +SRCS+= _setjmp.S +# really only required for i386 CFLAGS+=-I${.CURDIR}/../libc/${MACHINE_ARCH} -SRCS+= setjmp.S .endif # decompression functionality from libz |
