diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:52:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:52:36 +0000 |
commit | 1387b57967175ce88cb437954cad5948c8b24c17 (patch) | |
tree | 562adb64165e84badb334a54cdc1d7cfd49548b5 /net | |
parent | Initial import of hesiod version 3.0.2. (diff) |
Turn on hesiod.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index a8be17a1f4dc..18a3532a4548 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.166 1998/06/28 03:22:50 mph Exp $ +# $Id: Makefile,v 1.167 1998/07/02 00:23:34 asami Exp $ # SUBDIR += SSLtelnet @@ -35,6 +35,7 @@ SUBDIR += gated SUBDIR += gnu-finger SUBDIR += gopher + SUBDIR += hesiod SUBDIR += icb SUBDIR += icmpinfo SUBDIR += irc |