diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-01-01 23:02:25 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-01-01 23:02:25 +0000 |
commit | e259ca883916c85110d12503a5cd698ebb463254 (patch) | |
tree | 7c41a4812d793762544b578ecac9e595e6395130 /misc/Makefile | |
parent | f8de6405af5c20e617fd2692db744ecd5ce1a1ba (diff) |
Enable uk-postcodes and uk-phone.
Notes
Notes:
svn path=/head/; revision=9246
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index e1558e205d50..f8a5f74b57a6 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.124 1997/12/25 10:56:18 itojun Exp $ +# $Id: Makefile,v 1.125 1997/12/30 23:36:12 wosch Exp $ # SUBDIR += acron @@ -46,6 +46,8 @@ SUBDIR += tkcron SUBDIR += tkinfo SUBDIR += tkman + SUBDIR += uk-phone + SUBDIR += uk-postcodes SUBDIR += unclutter SUBDIR += viz SUBDIR += xcalendar |