11 lines
317 B
Makefile
11 lines
317 B
Makefile
# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91
|
|
# $Id: Makefile.inc,v 1.11 1994/12/22 10:14:25 cgd Exp $
|
|
|
|
# locale sources
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/locale ${.CURDIR}/locale
|
|
|
|
SRCS+= _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \
|
|
localeconv.c nl_langinfo.c setlocale.c
|
|
|
|
MAN+= nl_langinfo.3
|