Makefile revision 1.5
1#	$Id: Makefile,v 1.5 1994/01/15 19:31:32 cgd Exp $
2
3LIB=	compat
4CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
5AINC=	-I${.CURDIR}/../libc/${MACHINE_ARCH}
6NOPIC=	nopic
7
8.PATH:  ${.CURDIR}/4.1/${MACHINE_ARCH} ${.CURDIR}/4.1 \
9	${.CURDIR}/4.3/${MACHINE_ARCH} ${.CURDIR}/4.3 \
10	${.CURDIR}/regexp
11
12# compat 4.1 sources
13SRCS+=	ftime.c
14
15# compat 4.3 sources
16SRCS+=	insque.c regex.c remque.c
17
18MAN3+=	insque.0
19
20MLINKS+=insque.3 remque.3
21
22# regexp sources
23SRCS+=	regerror.c regexp.c regsub.c
24
25MAN3+=	regexp.0
26
27MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
28	regexp.3 regerror.3
29
30.include <bsd.lib.mk>
31