소스 검색

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