diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-01-19 23:45:48 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-01-19 23:45:48 +0000 |
| commit | 83068b622ca2d9824c7a401c247c35bdf652cc65 (patch) | |
| tree | 5c3be15a900609e034638670c3fe7c60dbf50d24 | |
| parent | 32150a676604e211fc34f41d3f0aa41c1f9c2838 (diff) | |
Notes
| -rw-r--r-- | lib/libc/string/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 587da37b5855..42c8c39944c1 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.13 1997/10/21 08:41:15 bde Exp $ +# $Id: Makefile.inc,v 1.14 1998/02/20 08:23:55 jb Exp $ .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string @@ -27,4 +27,5 @@ MLINKS+=strcat.3 strncat.3 MLINKS+=strcmp.3 strncmp.3 MLINKS+=strcpy.3 strncpy.3 MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3 +MLINKS+=strtok.3 strtok_r.3 .endif |
