diff options
author | agc <agc@pkgsrc.org> | 1998-01-23 10:00:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-23 10:00:38 +0000 |
commit | 8b58a1d6ba649625e38de77eda40f4fbf8ec125d (patch) | |
tree | 8cb5b2c7e9dd33ba53857a5e0a3605443edf8812 /net | |
parent | 40dcb6b9048f0b3f6c7b78f1bafcc634840907b2 (diff) | |
download | pkgsrc-8b58a1d6ba649625e38de77eda40f4fbf8ec125d.tar.gz |
Enable rsync.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 18b43cc101b..ca4429bc4a7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/01/07 07:20:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 1998/01/23 10:00:38 agc Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -54,7 +54,7 @@ # SUBDIR += ripetools # SUBDIR += rmsg # SUBDIR += rshell -# SUBDIR += rsync + SUBDIR += rsync # SUBDIR += rumba # SUBDIR += rwhois SUBDIR += samba |