diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-20 14:19:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-20 14:19:38 +0000 |
commit | 5e9139d3ad4edb9e5dcf08c8c5e610aab75364ff (patch) | |
tree | d8d123cc15f91b7d25afd310098ddcc1f33550c1 /libc/misc/Makefile | |
parent | 3675e9b481eec9a9befc96b44fe85cba98994a2a (diff) |
Put regex back in
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 0abb71201..b67c63cd9 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a DIRS = assert crypt ctype dirent fnmatch glob internals lsearch mntent syslog \ - time utmp tsearch locale sysvipc + time utmp tsearch locale regex sysvipc all: libc.a |