diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-05-27 22:52:24 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-05-27 22:52:24 +0000 |
| commit | d209ee01709f91a00630b67c8c3fff51e7c48ea9 (patch) | |
| tree | 855aac37df2a2aef8222f951be3555030901d3d6 | |
| parent | ca6513c0857d34a6c712dfbb8baa116e66cf5f02 (diff) | |
Notes
| -rw-r--r-- | lib/libcompat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index a117592e9164..894071951cd3 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -61,8 +61,9 @@ SRCS+= regerror.c regexp.c regsub.c MAN3+= regexp/regexp.3 -MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \ - regexp.3 regerror.3 +# XXX name clash with libc +# MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3 +MLINKS+=regexp.3 regsub.3 # SysV compat sources SRCS+= ftok.c |
