Deleted Added
full compact
2c2
< # $FreeBSD: head/lib/libcompat/Makefile 204926 2010-03-09 21:01:12Z ed $
---
> # $FreeBSD: head/lib/libcompat/Makefile 205146 2010-03-14 10:18:58Z ed $
4c4
< LIB=compat
---
> LIB= compat
10,13c10
< .PATH: ${.CURDIR}/4.1/${MACHINE_ARCH} ${.CURDIR}/4.1 \
< ${.CURDIR}/4.3/${MACHINE_ARCH} ${.CURDIR}/4.3 \
< ${.CURDIR}/4.4/${MACHINE_ARCH} ${.CURDIR}/4.4 \
< ${.CURDIR}/regexp
---
> .PATH: ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4
16d12
< # XXX MISSING: tell.c
25,26c21
< # XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c
< SRCS+= cfree.c regex.c rexec.c
---
> SRCS+= cfree.c re_comp.c rexec.c
28d22
< # XXX MISSING: ecvt.0
31,32d24
< # XXX MISSING: ecvt.3, so can't MLINK
< #MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
36a29
>
39,47d31
< # regexp sources
< SRCS+= regerror.c regexp.c regsub.c
<
< MAN+= regexp/regexp.3
<
< # XXX name clash with libc
< # MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3
< MLINKS+=regexp.3 regsub.3
<