mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Fixed tab lossage in previous commit.
This commit is contained in:
parent
8446571814
commit
ea28904cd5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile.inc,v 1.13 1998/08/15 12:51:38 phk Exp $
|
||||
# $Id: Makefile.inc,v 1.14 1999/02/23 15:13:50 ache Exp $
|
||||
|
||||
# locale sources
|
||||
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/locale ${.CURDIR}/../libc/locale
|
||||
|
||||
SRCS+= ansi.c big5.c collate.c collcmp.c euc.c frune.c isctype.c \
|
||||
SRCS+= ansi.c big5.c collate.c collcmp.c euc.c frune.c isctype.c \
|
||||
lconv.c localeconv.c mbrune.c mskanji.c nomacros.c none.c rune.c \
|
||||
runetype.c setinvalidrune.c setlocale.c setrunelocale.c table.c \
|
||||
tolower.c toupper.c utf2.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue