From 69a9192fb82593526d149b2994aba7ef8c634446 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 19 Jul 2000 03:56:38 +0000 Subject: [PATCH] We need strncasecmp.c now. --- sys/lib/libkern/arch/vax/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/lib/libkern/arch/vax/Makefile.inc b/sys/lib/libkern/arch/vax/Makefile.inc index 10a7bfb541ec..19e04865830e 100644 --- a/sys/lib/libkern/arch/vax/Makefile.inc +++ b/sys/lib/libkern/arch/vax/Makefile.inc @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.inc,v 1.11 1999/01/15 13:31:32 bouyer Exp $ +# $NetBSD: Makefile.inc,v 1.12 2000/07/19 03:56:38 matt Exp $ # # The rest of the lib routines are in machine/macros.h # -SRCS+= __main.c __assert.c random.S strncmp.c bswap64.S +SRCS+= __main.c __assert.c random.S strncmp.c strncasecmp.c bswap64.S