summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-05-29 01:00:00 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-05-29 01:00:00 +0000
commit01fc74a034a114d7084e881fcd8b9ccd2e330c19 (patch)
treefb932fd08237ebc5b1c11bf4d54ae4e0f204a39e /lib/libc/stdio
parent2f44872f1569bce643147629a04e9f1238281e6e (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index b9c02a41f40c..5f03ad2d705d 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -1,4 +1,5 @@
# @(#)Makefile.inc 8.3 (Berkeley) 4/17/94
+# $Id: $
# stdio sources
.PATH: ${.CURDIR}/stdio
@@ -32,7 +33,7 @@ MLINKS+=getc.3 fgetc.3 getc.3 getchar.3 getc.3 getw.3
MLINKS+=mktemp.3 mkstemp.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 vsprintf.3 printf.3 asprintf.3 printf.3 vasprintf
MLINKS+=putc.3 fputc.3 putc.3 putchar.3 putc.3 putw.3
MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
scanf.3 vsscanf.3