Comment out missing sources.

This commit is contained in:
Rodney W. Grimes 1994-05-27 11:01:30 +00:00
parent 8e101982f3
commit 21b9e2c17e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1586

View file

@ -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