diff options
Diffstat (limited to 'newlib/libc/unix/Makefile.am')
-rw-r--r-- | newlib/libc/unix/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/unix/Makefile.am b/newlib/libc/unix/Makefile.am index a5d57cf..6ecee13 100644 --- a/newlib/libc/unix/Makefile.am +++ b/newlib/libc/unix/Makefile.am @@ -15,6 +15,8 @@ ELIX_2_OBJS = \ ttyname.$(oext) ELIX_4_OBJS = \ + basename.$(oext) \ + dirname.$(oext) \ getlogin.$(oext) \ getpass.$(oext) \ getpwent.$(oext) \ |