diff options
| author | kleink <kleink@NetBSD.org> | 2003-04-07 17:18:20 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2003-04-07 17:18:20 +0000 |
| commit | aa92e94d2a1591d4b1bb45bf9249eccce83bfe7f (patch) | |
| tree | 5b2eaea47e9a519d9fe07bc27e70c2a126f072dd /lib/libc/stdlib | |
| parent | 1a9947a7d7f68a069313abd160d4cde3e92bd8b5 (diff) | |
Observed in other places: move __unsetenv13.c near unsetenv.c, only
group name space wrappers separately.
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 769ae61b793..b30dfa028d2 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,11 +1,10 @@ -# $NetBSD: Makefile.inc,v 1.54 2003/04/07 16:22:43 drochner Exp $ +# $NetBSD: Makefile.inc,v 1.55 2003/04/07 17:18:20 kleink Exp $ # from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 # stdlib sources .PATH: ${ARCHDIR}/stdlib ${.CURDIR}/stdlib SRCS+= _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \ - __unsetenv13.c \ a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \ bsearch.c calloc.c drand48.c erand48.c exit.c \ getenv.c getopt.c getopt_long.c getsubopt.c \ @@ -16,7 +15,7 @@ SRCS+= _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \ strsuftoll.c strtod.c \ strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \ strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c \ - unsetenv.c + __unsetenv13.c unsetenv.c # machine-dependent stdlib sources # m-d Makefile.inc must include sources for: |
