From 4a558355e5f3b4521cef56a6b705fa84be41dfa0 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 27 Mar 2001 17:27:19 +0000 Subject: MAN[1-9] -> MAN. --- lib/libcompat/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/libcompat') diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index b07c67e19051..668f7b674ce5 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -15,8 +15,8 @@ NOPIC= # XXX MISSING: tell.c SRCS+= ascftime.c cftime.c ftime.c getpw.c gtty.c stty.c -MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 -MAN3+= 4.1/cftime.3 +MAN+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 +MAN+= 4.1/cftime.3 MLINKS+=stty.3 gtty.3 MLINKS+=cftime.3 ascftime.3 @@ -27,7 +27,7 @@ SRCS+= cfree.c lsearch.c regex.c rexec.c SRCS+= insque.c remque.c # XXX MISSING: ecvt.0 -MAN3+= 4.3/cfree.3 4.3/insque.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3 +MAN+= 4.3/cfree.3 4.3/insque.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3 # XXX MISSING: ecvt.3, so can't MLINK #MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 @@ -37,12 +37,12 @@ MLINKS+=lsearch.3 lfind.3 # compat 4.4 sources SRCS+= cuserid.c -MAN3+= 4.4/cuserid.3 +MAN+= 4.4/cuserid.3 # regexp sources SRCS+= regerror.c regexp.c regsub.c -MAN3+= regexp/regexp.3 +MAN+= regexp/regexp.3 # XXX name clash with libc # MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3 -- cgit v1.3