diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
| commit | 4a558355e5f3b4521cef56a6b705fa84be41dfa0 (patch) | |
| tree | c5d093301ac704ade1196e588cfffe654cea770b /lib/libc/stdlib | |
| parent | 8efc417089cbe239ecb1134fedef1aa82929d60b (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 642b9eb84b65..b36a79856cdb 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -24,7 +24,7 @@ SRCS+= strtod.c .include "${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib/Makefile.inc" .if ${LIB} == "c" -MAN3+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \ +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 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 |
