diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-11-22 17:45:17 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-11-22 17:45:17 +0000 |
commit | f8b51dfc1260691b7224c0ad461182ad20f37ddb (patch) | |
tree | 81f8cad49e59cf05235d2d8ca39ebe1f4f5eaf77 /net | |
parent | don't open /dev/tty (diff) |
Add ``SUBDIR += h2n-bind4''
Notes
Notes:
svn path=/head/; revision=14769
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 ee702fe4139c..0a632e564f64 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.195 1998/11/19 09:29:53 flathill Exp $ +# $Id: Makefile,v 1.196 1998/11/22 17:19:37 sada Exp $ # SUBDIR += SSLtelnet @@ -51,6 +51,7 @@ SUBDIR += gicq SUBDIR += gtkicq SUBDIR += gtksamba + SUBDIR += h2n-bind4 SUBDIR += hesiod SUBDIR += icb SUBDIR += icmpinfo |