diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-30 23:36:12 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-30 23:36:12 +0000 |
commit | 9bf47b1215c9e5724ada2f8a84321d3ea87f717f (patch) | |
tree | bbc2546471911251cfeaf2811a08b0d43bc46efb | |
parent | Enable phone. (diff) |
Enable na-zipcodes.
Notes
Notes:
svn path=/head/; revision=9228
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index c322aed96ae9..e1558e205d50 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.123 1997/12/15 08:47:22 tg Exp $ +# $Id: Makefile,v 1.124 1997/12/25 10:56:18 itojun Exp $ # SUBDIR += acron @@ -32,6 +32,7 @@ SUBDIR += mmv SUBDIR += most SUBDIR += mshell + SUBDIR += na-zipcodes SUBDIR += nwrite SUBDIR += p5-Array-PrintCols SUBDIR += p5-Business-CreditCard |