summaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 11:01:30 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 11:01:30 +0000
commit21b9e2c17e5d191c71b237e5443add4510f54bbc (patch)
tree4450bc3142286501d4e548ad3a9c15d5fe7666c7 /lib/libcompat
parent8e101982f307d9198a4d1f063e8c307ab65ebe20 (diff)
Notes
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index bd2aaf962f63..5f95ccd0b121 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -10,7 +10,8 @@ AINC= -I${.CURDIR}/../libc/${MACHINE}
${.CURDIR}/regexp
# compat 4.1 sources
-SRCS= ftime.c getpw.c gtty.c stty.c tell.c vlimit.c vtimes.c
+# XXX MISSING: getpw.c tell.c vlimit.c vtimes.c
+SRCS= ftime.c gtty.c stty.c
.if (${MACHINE} == "vax")
SRCS+= reset.s
@@ -21,8 +22,8 @@ MAN3+= ftime.0 getpw.0 stty.0 vlimit.0 vtimes.0
MLINKS+=stty.3 gtty.3
# compat 4.3 sources
-SRCS+= cfree.c ecvt.c gcvt.c lsearch.c regex.c rexec.c sibuf.c sobuf.c \
- strout.c
+# XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c
+SRCS+= cfree.c lsearch.c regex.c rexec.c
.if (${MACHINE} == "hp300" || ${MACHINE} == "luna68k")
SRCS+= insque.s remque.s
@@ -38,9 +39,11 @@ SRCS+= nargs.s insque.s remque.s
SRCS+= nargs.s insque.s remque.s
.endif
-MAN3+= ecvt.0 insque.0 lsearch.0 re_comp.0 rexec.0
+# XXX MISSING: ecvt.0
+MAN3+= insque.0 lsearch.0 re_comp.0 rexec.0
-MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
+# XXX MISSING: ecvt.3, so can't MLINK
+#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
MLINKS+=insque.3 remque.3
MLINKS+=re_comp.3 re_exec.3