diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-02-05 00:42:05 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-02-05 00:42:05 +0000 |
commit | a60834462be6ab921bd1e067d04ac59127c31cc5 (patch) | |
tree | 1211fe7cc8b69f3176cdf0636355499efd5d775c /net/Makefile | |
parent | 308066d4fa0b14e25f3e3bd0057adca2ab1467f8 (diff) |
ethereal:
add hooks for only building tethereal, which doesn't require X
build with SNMP dissection (requires ucd-snmp) by default
add tethereal as a slave port to ethereal
Notes
Notes:
svn path=/head/; revision=54216
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4b01f5f93bda..f9c722d6aa10 100644 --- a/net/Makefile +++ b/net/Makefile @@ -455,6 +455,7 @@ SUBDIR += tdetect SUBDIR += telnetx SUBDIR += telserv + SUBDIR += tethereal SUBDIR += thcrut SUBDIR += tightvnc SUBDIR += tik |