summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-04-10 18:48:06 +0000
committerjoerg <joerg@FreeBSD.org>1995-04-10 18:48:06 +0000
commit6f7aeef5d23452d060640fff99700130e2febdc8 (patch)
treecc4fd4fba012a457776cc9830705db7f92d4ac6e /lib/libcompat/Makefile
parent22aeb7b0802de48f886c9f428ae99d8a969031d1 (diff)
downloadFreeBSD-src-6f7aeef5d23452d060640fff99700130e2febdc8.zip
FreeBSD-src-6f7aeef5d23452d060640fff99700130e2febdc8.tar.gz
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
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile7
1 files changed, 5 insertions, 2 deletions
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
OpenPOWER on IntegriCloud