diff options
author | John Polstra <jdp@FreeBSD.org> | 2001-07-21 18:54:06 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2001-07-21 18:54:06 +0000 |
commit | a3e334204b94ec6e849704902663d71cbb1edccc (patch) | |
tree | b69603e9ff6673ffefabd9a01e3bb89cdbc337e8 | |
parent | Update ports which depend on cvsup-bin or cvsupd-bin to use the (diff) |
Unhook cvsup-bin and cvsupd-bin from the Makefile.
Notes
Notes:
svn path=/head/; revision=45319
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 660013478543..ef93c44f4d24 100644 --- a/net/Makefile +++ b/net/Makefile @@ -53,10 +53,8 @@ SUBDIR += cricket SUBDIR += cryptcat SUBDIR += cvsup - SUBDIR += cvsup-bin SUBDIR += cvsup-devel SUBDIR += cvsup-mirror - SUBDIR += cvsupd-bin SUBDIR += cvsupit SUBDIR += dante SUBDIR += datapipe |