From 21b9e2c17e5d191c71b237e5443add4510f54bbc Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 27 May 1994 11:01:30 +0000 Subject: [PATCH] Comment out missing sources. --- lib/libcompat/Makefile | 13 ++++++++----- 1 file 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