diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-09-26 01:42:40 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-09-26 01:42:40 +0000 |
| commit | 95b50c2be3e92fdea36bf33f52920bea1a87d3a5 (patch) | |
| tree | 38b9b44d383cad45118cba2250f16d7dd0ba3d7f /lib/libstand/Makefile | |
| parent | 4f75af298ceadc1adfe0ddc15a82fa3d137391c8 (diff) | |
Notes
Diffstat (limited to 'lib/libstand/Makefile')
| -rw-r--r-- | lib/libstand/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index fee2187ac341c..38caa1cc05b1b 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/08/20 08:23:12 msmith Exp $ +# $Id: Makefile,v 1.3 1998/09/15 02:30:22 msmith Exp $ # # Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $ # @@ -13,16 +13,17 @@ NOPIC= YES MAN3= libstand.3 # Mostly OK, some of the libc imports are a bit noisy -CFLAGS+= -Wall +CFLAGS+= -Wall -g .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -mno-fp-regs .endif # standalone components and stuff we have modified locally -SRCS+= __main.c alloc.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 \ - twiddle.c +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 + # string functions from libc .PATH: ${.CURDIR}/../libc/string |
