diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-20 09:03:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-20 09:03:37 +0000 |
commit | 9c97d688c1798d080a42e024eda0fc6e681aa97f (patch) | |
tree | 194f8bcb143ac7a8d31e33ca71f45e4bde19d82a /misc | |
parent | 5ace96c8149bc84448ae71cbe3f2f56e2934d566 (diff) | |
download | glibc-9c97d688c1798d080a42e024eda0fc6e681aa97f.zip glibc-9c97d688c1798d080a42e024eda0fc6e681aa97f.tar.gz glibc-9c97d688c1798d080a42e024eda0fc6e681aa97f.tar.bz2 |
(routines): Add efgcvt.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 33ddfda..289a024 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -48,7 +48,8 @@ routines := brk sbrk sstk ioctl \ chflags fchflags \ insremque getttyent getusershell getpass ttyslot \ syslog syscall daemon \ - mmap munmap mprotect msync madvise + mmap munmap mprotect msync madvise \ + efgcvt aux := progname init-misc distribute := bsd-compat.c extra-objs := bsd-compat.o |