Browse Source

Put regex back in

Eric Andersen 23 years ago
parent
commit
5e9139d3ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/Makefile

+ 1 - 1
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