diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-08-03 12:25:00 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-08-03 12:25:00 +0000 |
| commit | 184d64af1344d6f3c370499510cede49320f4863 (patch) | |
| tree | 0a4eaa4b4460a197f2750dc5f8ce063d45646b2a /share/numericdef | |
| parent | d3fd2cbbb7f9be95025143500ce0a5378135ee1c (diff) | |
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 1742dd724d1c..f1047e9cb5d3 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -125,7 +125,9 @@ SAME+= ko_KR.eucKR ko_KR.CP949 # legacy (same charset) FILES= ${LOCALES:S/$/.out/} CLEANFILES= ${FILES} +DIRS+= SAMEDIRS .for f t in ${SAME} +SAMEDIRS+= ${LOCALEDIR}/$t SYMLINKS+= ../$f/${FILESNAME} \ ${LOCALEDIR}/$t/${FILESNAME} .endfor |
