delete multibyte.c; rune support from Paul Borman
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 27 May 1993 07:42:11 +0000 (23:42 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 27 May 1993 07:42:11 +0000 (23:42 -0800)
SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.17

usr/src/lib/libc/stdlib/Makefile.inc

index c9d0643..44248bc 100644 (file)
@@ -1,13 +1,12 @@
-#      @(#)Makefile.inc        5.16 (Berkeley) %G%
+#      @(#)Makefile.inc        5.17 (Berkeley) %G%
 
 # machine-independent stdlib sources
 .PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib
 
 SRCS+= abort.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \
        exit.c getenv.c getopt.c getsubopt.c heapsort.c labs.c ldiv.c \
 
 # machine-independent stdlib sources
 .PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib
 
 SRCS+= abort.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \
        exit.c getenv.c getopt.c getsubopt.c heapsort.c labs.c ldiv.c \
-       malloc.c merge.c multibyte.c putenv.c qsort.c radixsort.c rand.c \
-       random.c setenv.c strtod.c strtol.c strtoq.c strtoul.c strtouq.c \
-       system.c
+       malloc.c merge.c putenv.c qsort.c radixsort.c rand.c random.c \
+       setenv.c strtod.c strtol.c strtoq.c strtoul.c strtouq.c system.c
 
 # machine-dependent stdlib sources
 .include "${.CURDIR}/${MACHINE}/stdlib/Makefile.inc"
 
 # machine-dependent stdlib sources
 .include "${.CURDIR}/${MACHINE}/stdlib/Makefile.inc"