summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-07 09:55:28 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-07 09:55:28 +0000
commit8c9893a3713b51478764f477d3eb0217a01a3b85 (patch)
tree1777f4ee8220c9dd8ddea5fd2122736c73f18e3f /lib/libc/stdlib/Makefile.inc
parent96bf6ac71eec12c18b503b4539b59f473807fe25 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-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 524ff7e5d7f7..a834a2fbe134 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -29,7 +29,7 @@ SRCS+= strtod.c
MAN+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
div.3 exit.3 getenv.3 getopt.3 getsubopt.3 hcreate.3 labs.3 \
ldiv.3 malloc.3 memory.3 qsort.3 radixsort.3 rand.3 random.3 \
- realpath.3 strtod.3 strtol.3 strtoul.3 system.3 tsearch.3
+ realpath.3 strfmon.3 strtod.3 strtol.3 strtoul.3 system.3 tsearch.3
MLINKS+=getenv.3 putenv.3 getenv.3 setenv.3 getenv.3 unsetenv.3
MLINKS+=hcreate.3 hdestroy.3 hcreate.3 hsearch.3