Home | History | Annotate | Line # | Download | only in locale
Makefile.inc revision 1.7
      1 #	from: @(#)Makefile.inc	5.1 (Berkeley) 2/18/91
      2 #	$Id: Makefile.inc,v 1.7 1994/05/26 00:31:53 deraadt Exp $
      3 
      4 # locale sources
      5 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/locale ${.CURDIR}/locale
      6 
      7 SRCS+=	_def_monetary.c _def_numeric.c _def_time.c \
      8 	localeconv.c setlocale.c
      9