blob: 32f7c25abc57dd0fa8c45ddb7f3997672fac5bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91
# $Id: Makefile.inc,v 1.1 1995/10/18 08:42:01 deraadt 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
|