Merge in changes from NetBSD's rpc library.
[unix-history] / lib / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
2
b21b60e8 3SUBDIR= csu.${MACHINE} libc libcurses libm \
9a4b69ed 4 libresolv librpc libtelnet libterm libutil liby
15637ed4 5
a008e67b 6.if exists(libcrypt)
7e904a7c 7.if !defined(NOCRYPT)
a008e67b
NW
8SUBDIR+= libcrypt
9.endif
7e904a7c 10.endif
a008e67b 11
15637ed4 12.include <bsd.subdir.mk>