[ Not sure if we used his functions, but this is better than nothing ]
[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 \
2016e749 4 libresolv librpc librpcsvc 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>