summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-27 11:01:30 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-27 11:01:30 +0000
commiteb8a34747cfb7cd1406e0d174ab409a5bb5c687a (patch)
tree4450bc3142286501d4e548ad3a9c15d5fe7666c7 /lib
parenta3ddeea37c04f7813096ae4650883fde1ccb3202 (diff)
downloadFreeBSD-src-eb8a34747cfb7cd1406e0d174ab409a5bb5c687a.zip
FreeBSD-src-eb8a34747cfb7cd1406e0d174ab409a5bb5c687a.tar.gz
Comment out missing sources.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcompat/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index bd2aaf9..5f95ccd 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
OpenPOWER on IntegriCloud