瀏覽代碼

Remove the old crypt implementation

Eric Andersen 23 年之前
父節點
當前提交
78292826b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/misc/Makefile

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