diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 16:53:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 16:53:16 +0000 |
commit | 4879233fb9d58d8929a34b78dabee003b883fa48 (patch) | |
tree | 1322bf46e307418714d99e160c79a3b928d55c1e /lib/libc/locale/Makefile.inc | |
parent | 4fbf0a2968f2d776d2ac2437db1195eb06af6dde (diff) |
add man page from netbsd
Diffstat (limited to 'lib/libc/locale/Makefile.inc')
-rw-r--r-- | lib/libc/locale/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 8d2dbb3e289..a01e92b975f 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:28:10 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/07/25 16:53:15 mickey Exp $ # locale sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/locale ${.CURDIR}/locale @@ -6,4 +6,5 @@ SRCS+= _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \ localeconv.c nl_langinfo.c setlocale.c -MAN+= nl_langinfo.3 +MAN+= nl_langinfo.3 setlocale.3 +MLINKS+=setlocale.3 localeconv.3 |