diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-16 13:32:39 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-16 13:32:39 +0000 |
commit | 8fd6377c67220980b413ed325e11179534b6e7f0 (patch) | |
tree | e9d8386d02f7af2bb7c92749a19510ff7537c2d1 /misc | |
parent | Import xd port. xd is a dump utility similar to hexdump with (diff) |
Activate xd.
Notes
Notes:
svn path=/head/; revision=10190
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 9996e6a9c60a..22362864c403 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.133 1998/03/09 13:08:55 tg Exp $ +# $Id: Makefile,v 1.134 1998/03/14 21:00:11 markm Exp $ # SUBDIR += acron @@ -53,6 +53,7 @@ SUBDIR += us-zipcodes SUBDIR += viz SUBDIR += xcalendar + SUBDIR += xd SUBDIR += xdelta SUBDIR += xgas SUBDIR += xinvest |