Home | History | Annotate | Line # | Download | only in locale
Makefile.inc revision 1.8
      1  1.2  mycroft #	from: @(#)Makefile.inc	5.1 (Berkeley) 2/18/91
      2  1.8      jtc #	$Id: Makefile.inc,v 1.8 1994/06/21 04:14:00 jtc Exp $
      3  1.1      cgd 
      4  1.1      cgd # locale sources
      5  1.4      cgd .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/locale ${.CURDIR}/locale
      6  1.1      cgd 
      7  1.7  deraadt SRCS+=	_def_monetary.c _def_numeric.c _def_time.c \
      8  1.8      jtc 	localeconv.c nl_langinfo.c setlocale.c
      9