diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-03-05 09:50:43 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-03-05 09:50:43 +0000 |
commit | 819c742648134ddd889db2603f11b68b2ec5f8de (patch) | |
tree | e7b217b2f207203caa46a18fa846d3ab90b4bee0 /bin | |
parent | cc0a71a68370d239b1a5a311148dd94544d311be (diff) | |
download | FreeBSD-src-819c742648134ddd889db2603f11b68b2ec5f8de.zip FreeBSD-src-819c742648134ddd889db2603f11b68b2ec5f8de.tar.gz |
Revert this file back to how it was in the STABLE branch, this means:
put greek and ja in the correct alphabetical place in the SUBDIR line.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/nls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/nls/Makefile b/bin/csh/nls/Makefile index 50c61d3..4e5a528 100644 --- a/bin/csh/nls/Makefile +++ b/bin/csh/nls/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= finnish french greek ja german italian spanish ukrainian +SUBDIR= finnish french german greek italian ja spanish ukrainian .include <bsd.subdir.mk> |