diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-19 20:55:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-19 20:55:41 +0000 |
commit | 78292826b6dd42b8a4415cd59772bd0da9a5e877 (patch) | |
tree | c837e4f0189a7ea5778c8b595ef7e0f56f86d180 /libc/misc/Makefile | |
parent | 08012e2446085d3d0873d6e882874d04d32e7cfe (diff) |
Remove the old crypt implementation
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 b67c63cd9..de8b9b3f5 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 dirent fnmatch glob internals lsearch mntent syslog \ +DIRS = assert ctype dirent fnmatch glob internals lsearch mntent syslog \ time utmp tsearch locale regex sysvipc all: libc.a |