This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / lib / Makefile
# @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
SUBDIR= csu.${MACHINE} libc libcurses libm \
libresolv librpcsvc libtelnet libterm libutil liby
.if exists(libcrypt)
.if !defined(NOCRYPT)
SUBDIR+= libcrypt
.endif
.endif
.include <bsd.subdir.mk>