diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-11-04 00:32:08 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-11-04 00:32:08 +0000 |
| commit | 797ed6379aaf7f260884cc253dd875e3adb325a5 (patch) | |
| tree | 4f4533088fb2d0cf877bb517285a6bce66523c37 | |
| parent | 48fe834fda9075da8f4333e4803ed1e2e521cfb8 (diff) | |
Notes
| -rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index acd7d4def9ed..78e24c4d34da 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/11/01 09:31:07 msmith Exp $ +# $Id: Makefile,v 1.8 1998/11/04 00:23:11 msmith Exp $ # # Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $ # @@ -91,9 +91,11 @@ __reml.S: ${.CURDIR}/../libc/alpha/gen/divrem.m4 SRCS+= inet_ntoa.c inet_addr.c # setjmp/longjmp +.if ${MACHINE_ARCH} == "i386" .PATH: ${.CURDIR}/${MACHINE_ARCH} CFLAGS+=-I${.CURDIR}/../libc/${MACHINE_ARCH} SRCS+= setjmp.S +.endif # decompression functionality from libz .PATH: ${.CURDIR}/../libz |
