Home | History | Annotate | Line # | Download | only in locale
Makefile.inc revision 1.16
      1   1.2   mycroft #	from: @(#)Makefile.inc	5.1 (Berkeley) 2/18/91
      2  1.16  drochner #	$NetBSD: Makefile.inc,v 1.16 1999/02/24 15:05:20 drochner Exp $
      3   1.1       cgd 
      4   1.1       cgd # locale sources
      5  1.16  drochner .PATH: ${ARCHDIR}/locale ${.CURDIR}/locale
      6   1.1       cgd 
      7  1.10       jtc SRCS+=	_def_messages.c _def_monetary.c _def_numeric.c _def_time.c \
      8  1.13    kleink 	ctypeio.c localeconv.c nl_langinfo.c setlocale.c
      9   1.9       jtc 
     10  1.14     perry MAN+=	nl_langinfo.3 setlocale.3
     11  1.15    kleink 
     12  1.15    kleink MLINKS+=setlocale.3 localeconv.3
     13