From 6f7aeef5d23452d060640fff99700130e2febdc8 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 10 Apr 1995 18:48:06 +0000 Subject: My libcompat cleanup. o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work --- lib/libcompat/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libcompat/Makefile') diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 3ac2c38..c06a385 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -11,16 +11,18 @@ NOPIC= ${.CURDIR}/regexp # compat 4.1 sources -# XXX MISSING: getpw.c tell.c vlimit.c vtimes.c -SRCS= ftime.c gtty.c stty.c +# XXX MISSING: tell.c vlimit.c vtimes.c +SRCS= ascftime.c cftime.c ftime.c getpw.c gtty.c stty.c .if (${MACHINE} == "vax") SRCS+= reset.s .endif MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 4.1/vlimit.3 4.1/vtimes.3 +MAN3+= 4.1/cftime.3 MLINKS+=stty.3 gtty.3 +MLINKS+=cftime.3 ascftime.3 # compat 4.3 sources # XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c @@ -50,6 +52,7 @@ MLINKS+=re_comp.3 re_exec.3 # compat 4.4 sources SRCS+= cuserid.c +MAN3+= 4.4/cuserid.3 # regexp sources SRCS+= regerror.c regexp.c regsub.c -- cgit v1.1