浏览代码

Put regex back in

Eric Andersen 23 年之前
父节点
当前提交
5e9139d3ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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