diff options
author | ache <ache@FreeBSD.org> | 1999-10-17 13:42:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-10-17 13:42:03 +0000 |
commit | e2ab10451882d73f47c62a17eb6d21500469d355 (patch) | |
tree | b2fbf36774fd3fa5ba378159f50729e673b92391 /share/Makefile | |
parent | 5784ad7f19c8c4c6a8ef8a42820aa5e438d88743 (diff) | |
download | FreeBSD-src-e2ab10451882d73f47c62a17eb6d21500469d355.zip FreeBSD-src-e2ab10451882d73f47c62a17eb6d21500469d355.tar.gz |
add mklocale
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 330a31c..df4e831 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ -SUBDIR= dict doc examples info isdn man me misc mk skel \ +SUBDIR= dict doc examples info isdn man me misc mk mklocale skel \ syscons tabset termcap timedef zoneinfo .include <bsd.subdir.mk> |