regex man page need by POSIX regex package
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 6 Aug 1992 03:13:19 +0000 (19:13 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 6 Aug 1992 03:13:19 +0000 (19:13 -0800)
SCCS-vsn: lib/libcompat/Makefile 5.11

usr/src/lib/libcompat/Makefile

index cc7bef2..8cd62a7 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.10 (Berkeley) %G%
+#      @(#)Makefile    5.11 (Berkeley) %G%
 
 LIB=compat
 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
 
 LIB=compat
 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
@@ -34,10 +34,10 @@ SRCS+=      nargs.s insque.s remque.s
 SRCS+= nargs.s insque.s remque.s
 .endif
 
 SRCS+= nargs.s insque.s remque.s
 .endif
 
-MAN3+= ecvt.0 insque.0 lsearch.0 regex.0 rexec.0
+MAN3+= ecvt.0 insque.0 lsearch.0 re_comp.0 rexec.0
 
 MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
 MLINKS+=insque.3 remque.3
 
 MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
 MLINKS+=insque.3 remque.3
-MLINKS+=regex.3 re_comp.3 regex.3 re_exec.3
+MLINKS+=re_comp.3 re_exec.3
 
 .include <bsd.lib.mk>
 
 .include <bsd.lib.mk>