8 lines
221 B
Makefile
8 lines
221 B
Makefile
# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91
|
|
# $Id: Makefile.inc,v 1.2 1993/08/01 05:40:56 mycroft Exp $
|
|
|
|
# locale sources
|
|
.PATH: ${.CURDIR}/${MACHINE}/locale ${.CURDIR}/locale
|
|
|
|
SRCS+= lconv.c localeconv.c setlocale.c
|