`struct direct readdir()' -> `struct dirent *readdir()'
[unix-history] / lib / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
2
3SUBDIR= csu.${MACHINE} libc libcurses libm \
4 libresolv librpcsvc libtelnet libterm libutil liby
5
6.if exists(libcrypt)
7.if !defined(NOCRYPT)
8SUBDIR+= libcrypt
9.endif
10.endif
11
12.include <bsd.subdir.mk>