summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-09-07 13:03:16 +0000
committerphantom <phantom@FreeBSD.org>2001-09-07 13:03:16 +0000
commitae41577e4eb7a2dc4e4730c53f9fa77ac6796b60 (patch)
tree2e19a4b91f3d64a13ffc261ea88c4d12b816b2ed
parent14ae92d34d50cfb643b3011f5f2c563b72f3d545 (diff)
downloadFreeBSD-src-ae41577e4eb7a2dc4e4730c53f9fa77ac6796b60.zip
FreeBSD-src-ae41577e4eb7a2dc4e4730c53f9fa77ac6796b60.tar.gz
reconnect strfmon.c to build list
-rw-r--r--lib/libc/stdlib/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index a834a2f..077f35c 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -7,7 +7,7 @@
MISRCS+=abort.c abs.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \
exit.c getenv.c getopt.c getsubopt.c hcreate.c heapsort.c labs.c \
ldiv.c malloc.c merge.c putenv.c qsort.c radixsort.c rand.c random.c \
- reallocf.c realpath.c setenv.c strhash.c strtol.c \
+ reallocf.c realpath.c setenv.c strfmon.c strhash.c strtol.c \
strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c system.c \
tdelete.c tfind.c tsearch.c twalk.c
OpenPOWER on IntegriCloud