1) Added s/key support .
[unix-history] / lib / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
2
52718117 3SUBDIR= csu.${MACHINE} libc libcurses libm libmalloc libpthread \
05a0983d 4 libresolv librpcsvc libskey 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
d083cc45
WH
12.if !defined(SPLIT_F2C)
13SUBDIR+= libf2c
14.else
15SUBDIR+= libI77 libF77
16.endif
17
15637ed4 18.include <bsd.subdir.mk>