summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-01 09:31:08 +0000
committermsmith <msmith@FreeBSD.org>1998-11-01 09:31:08 +0000
commitf00eb1aa6445c9df1cc7392df8ea57731e3af4e4 (patch)
tree87b4256697ab30b183dea932bef45f48f2b2b4f4 /lib/libstand/Makefile
parent6889817a6e70076fbe448f63f4d41cc27da7731b (diff)
downloadFreeBSD-src-f00eb1aa6445c9df1cc7392df8ea57731e3af4e4.zip
FreeBSD-src-f00eb1aa6445c9df1cc7392df8ea57731e3af4e4.tar.gz
Add:
assert() setjmp()/longjmp() vsprintf()
Diffstat (limited to 'lib/libstand/Makefile')
-rw-r--r--lib/libstand/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 84e031d..9228e40 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/10/04 08:10:29 msmith Exp $
+# $Id: Makefile,v 1.6 1998/10/06 19:23:57 msmith Exp $
#
# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
#
@@ -20,9 +20,9 @@ CFLAGS+= -mno-fp-regs
.endif
# standalone components and stuff we have modified locally
-SRCS+= __main.c bcd.c bswap.c environment.c getopt.c gets.c globals.c \
- pager.c printf.c strdup.c strerror.c strtol.c random.c sbrk.c \
- twiddle.c zalloc.c zalloc_malloc.c
+SRCS+= __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
+ globals.c pager.c printf.c strdup.c strerror.c strtol.c random.c \
+ sbrk.c twiddle.c zalloc.c zalloc_malloc.c
# private (pruned) versions of libc string functions
SRCS+= strcasecmp.c
@@ -90,6 +90,11 @@ __reml.S: ${.CURDIR}/../libc/alpha/gen/divrem.m4
.PATH: ${.CURDIR}/../libc/net
SRCS+= inet_ntoa.c inet_addr.c
+# setjmp/longjmp
+.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/gen
+CFLAGS+=-I${.CURDIR}/../libc/${MACHINE_ARCH}
+SRCS+= setjmp.S
+
# decompression functionality from libz
.PATH: ${.CURDIR}/../libz
CFLAGS+=-DHAVE_MEMCPY
OpenPOWER on IntegriCloud