diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-02 03:15:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-02 03:15:06 +0000 |
commit | 27f3dde7ab12a1d330f5cad7e5e26dea63700be9 (patch) | |
tree | 6e84de38dc56067757e90e6f89c2ea72aec4e657 /net/Makefile | |
parent | 2e4ddf6533383fdb3703dc6bd5013745d714e74e (diff) |
Activate tund
Notes
Notes:
svn path=/head/; revision=20481
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 3a0cd6fa5a67..7dae7202075f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.286 1999/06/28 22:41:33 asami Exp $ +# $Id: Makefile,v 1.287 1999/07/26 18:16:51 sada Exp $ # SUBDIR += IglooFTP @@ -182,6 +182,7 @@ SUBDIR += trafshow SUBDIR += ttcp SUBDIR += ttt + SUBDIR += tund SUBDIR += ucd-snmp SUBDIR += vnc SUBDIR += wais |