diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-23 17:57:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-23 17:57:49 +0000 |
commit | 3210add02999e6164840ec635d7a5b3cfb546e27 (patch) | |
tree | 5a38caa75c8d4c40dd2913a3c3e276d9586975b8 /libc/misc/Makefile | |
parent | 39bf3c74cb1681ca4900cf9a7660604590908a93 (diff) | |
download | uClibc-alpine-3210add02999e6164840ec635d7a5b3cfb546e27.tar.bz2 uClibc-alpine-3210add02999e6164840ec635d7a5b3cfb546e27.tar.xz |
Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 32fc4371d..5c16c5478 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog regex shm time +DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog regex shm time utmp all: libc.a |