fix typo
This commit is contained in:
parent
d5fa055da6
commit
1dc628861d
|
@ -1,8 +1,8 @@
|
|||
# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91
|
||||
# $Id: Makefile.inc,v 1.6 1994/05/25 01:49:32 jtc Exp $
|
||||
# $Id: Makefile.inc,v 1.7 1994/05/26 00:31:53 deraadt Exp $
|
||||
|
||||
# locale sources
|
||||
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/locale ${.CURDIR}/locale
|
||||
|
||||
SRCS+= _def_monetary.c_def_numeric.c_def_time.c \
|
||||
SRCS+= _def_monetary.c _def_numeric.c _def_time.c \
|
||||
localeconv.c setlocale.c
|
||||
|
|
Loading…
Reference in New Issue