|
# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91
|
|
# $Id: Makefile.inc,v 1.8 1994/06/21 04:14:00 jtc Exp $
|
|
|
|
# locale sources
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/locale ${.CURDIR}/locale
|
|
|
|
SRCS+= _def_monetary.c _def_numeric.c _def_time.c \
|
|
localeconv.c nl_langinfo.c setlocale.c
|