diff options
| author | jtc <jtc@NetBSD.org> | 1994-02-07 18:29:53 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-02-07 18:29:53 +0000 |
| commit | bbcdac1400589f460305c1b24e2aaeed9955ce5b (patch) | |
| tree | 4f24fbb6dbf5115635ac01ae87d0104b0ab692d6 /lib/libcompat | |
| parent | bea88de8edfd639fb7f8d69dea67c88a1e4fb1bf (diff) | |
Don't install manpage links to regexp(3), they overwrite the links
to regex(3).
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index bd736a69ba6..1059437f660 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1994/01/15 19:31:32 cgd Exp $ +# $Id: Makefile,v 1.6 1994/02/07 18:29:53 jtc Exp $ LIB= compat CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS @@ -24,7 +24,4 @@ SRCS+= regerror.c regexp.c regsub.c MAN3+= regexp.0 -MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \ - regexp.3 regerror.3 - .include <bsd.lib.mk> |
