diff options
author | billf <billf@FreeBSD.org> | 1999-06-17 00:49:12 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-17 00:49:12 +0800 |
commit | db5088b439c134cc7751bb5b575bf1e31e738050 (patch) | |
tree | d1f127c07dbb9e5a7132a4f53b6c89c65805361d | |
parent | 5e47b8a768455bc2b1d5b575c9812fd8edb37c17 (diff) | |
download | freebsd-ports-gnome-db5088b439c134cc7751bb5b575bf1e31e738050.tar.gz freebsd-ports-gnome-db5088b439c134cc7751bb5b575bf1e31e738050.tar.zst freebsd-ports-gnome-db5088b439c134cc7751bb5b575bf1e31e738050.zip |
Add rtsp_proxy, because Apple was kind enough to share.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 224468b90af6..1321ee995be8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.270 1999/06/11 09:07:29 taoka Exp $ +# $Id: Makefile,v 1.271 1999/06/12 09:52:46 jmg Exp $ # SUBDIR += IglooFTP @@ -165,6 +165,7 @@ SUBDIR += roxirc SUBDIR += rshell SUBDIR += rsync + SUBDIR += rtsp_proxy SUBDIR += rwhois SUBDIR += samba SUBDIR += scotty |