aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile26
1 files changed, 5 insertions, 21 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index 2ca46f0eb57b..35ced5f13aeb 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -1,19 +1,15 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
-LIB=compat
+LIB= compat
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
NO_PIC=
-WARNS?= 1
+WARNS?= 0
-.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
# compat 4.1 sources
-# XXX MISSING: tell.c
SRCS+= ascftime.c cftime.c ftime.c getpw.c
MAN+= 4.1/ftime.3 4.1/getpw.3
@@ -22,27 +18,15 @@ MAN+= 4.1/cftime.3
MLINKS+=cftime.3 ascftime.3
# compat 4.3 sources
-# 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
-# XXX MISSING: ecvt.0
MAN+= 4.3/cfree.3 4.3/re_comp.3 4.3/rexec.3
-# XXX MISSING: ecvt.3, so can't MLINK
-#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
MLINKS+=re_comp.3 re_exec.3
# compat 4.4 sources
SRCS+= cuserid.c
-MAN+= 4.4/cuserid.3
-
-# 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
+MAN+= 4.4/cuserid.3
.include <bsd.lib.mk>