add atof.c to the SRCS lists
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 11 Feb 1993 12:58:47 +0000 (04:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 11 Feb 1993 12:58:47 +0000 (04:58 -0800)
SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.14

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

index c176b52..f4920f6 100644 (file)
@@ -1,12 +1,13 @@
-#      @(#)Makefile.inc        5.13 (Berkeley) %G%
+#      @(#)Makefile.inc        5.14 (Berkeley) %G%
 
 # machine-independent stdlib sources
 .PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib
 
 
 # machine-independent stdlib sources
 .PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib
 
-SRCS+= abort.c atexit.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
+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
 
 # machine-dependent stdlib sources
 .include "${.CURDIR}/${MACHINE}/stdlib/Makefile.inc"
 
 # machine-dependent stdlib sources
 .include "${.CURDIR}/${MACHINE}/stdlib/Makefile.inc"