13 lines
361 B
Makefile
13 lines
361 B
Makefile
# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91
|
|
# $NetBSD: Makefile.inc,v 1.16 1999/02/24 15:05:20 drochner Exp $
|
|
|
|
# locale sources
|
|
.PATH: ${ARCHDIR}/locale ${.CURDIR}/locale
|
|
|
|
SRCS+= _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \
|
|
ctypeio.c localeconv.c nl_langinfo.c setlocale.c
|
|
|
|
MAN+= nl_langinfo.3 setlocale.3
|
|
|
|
MLINKS+=setlocale.3 localeconv.3
|