Fixed BADSIG to be SIG_ERR per POSIX. /sys/sys/signal.h was updated earlier,
[unix-history] / lib / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
2
a008e67b 3SUBDIR= csu.${MACHINE} libc libcurses libg++ libm \
9a4b69ed 4 libresolv librpc libtelnet libterm libutil liby
15637ed4 5
a008e67b
NW
6.if exists(libcrypt)
7SUBDIR+= libcrypt
8.endif
9
15637ed4 10.include <bsd.subdir.mk>