diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-03 06:00:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-03 06:00:25 +0000 |
commit | 1be890ed2d818fd687aa59e444c7ee921972dad2 (patch) | |
tree | bc4a9e8e53e38e9afb6449859975e40de2aff287 /lib/libc/stdio/Makefile.inc | |
parent | 9f64f6eec2f0cfe8a63d7b321df5acccad8591e0 (diff) |
link for mkstemps()
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
-rw-r--r-- | lib/libc/stdio/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 31a9d19e2e9..04eccc76239 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 1997/11/29 19:57:15 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1998/07/03 06:00:24 deraadt Exp $ # stdio sources .PATH: ${.CURDIR}/stdio @@ -31,6 +31,7 @@ MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3 MLINKS+=getc.3 fgetc.3 getc.3 getchar.3 getc.3 getw.3 MLINKS+=mktemp.3 mkstemp.3 MLINKS+=mktemp.3 mkdtemp.3 +MLINKS+=mktemp.3 mkstemps.3 MLINKS+=printf.3 fprintf.3 printf.3 snprintf.3 printf.3 sprintf.3 \ printf.3 vfprintf.3 printf.3 vprintf.3 printf.3 vsnprintf.3 \ printf.3 vsprintf.3 printf.3 asprintf.3 printf.3 vasprintf.3 |