diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-06 13:44:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-06 13:44:01 +0800 |
commit | 327cff468e444a7c164aeee95e5a1b4c2b338433 (patch) | |
tree | 67704d69614809dff114e9ed1c8eff2973fe3e0f /net/Makefile | |
parent | b6578e74198079da16c50525146919a7b58b90c7 (diff) | |
download | freebsd-ports-gnome-327cff468e444a7c164aeee95e5a1b4c2b338433.tar.gz freebsd-ports-gnome-327cff468e444a7c164aeee95e5a1b4c2b338433.tar.zst freebsd-ports-gnome-327cff468e444a7c164aeee95e5a1b4c2b338433.zip |
Add gmdns, a GNU implementation of the multicast DNS protocol used by Zeroconf.
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 64da4da7c783..37cc61d31a49 100644 --- a/net/Makefile +++ b/net/Makefile @@ -153,6 +153,7 @@ SUBDIR += gkrellmqst SUBDIR += gkrellmwireless SUBDIR += gkrellmwireless2 + SUBDIR += gmdns SUBDIR += gnet SUBDIR += gnet-glib2 SUBDIR += gnet2 |