diff options
author | John Polstra <jdp@FreeBSD.org> | 2002-01-12 19:45:47 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2002-01-12 19:45:47 +0000 |
commit | 503b782bd87d26cbb35a62281522c0e242facdbb (patch) | |
tree | 6eabfec55209ee057fdc249f231f65b1bb67aa97 /net/Makefile | |
parent | Add cvsup-without-gui slave port which builds CVSup without the GUI. (diff) |
Hook cvsup-without-gui into the build.
Notes
Notes:
svn path=/head/; revision=52997
Diffstat (limited to '')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ff2360b101cd..8191f1bed76b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -61,6 +61,7 @@ SUBDIR += ctrace SUBDIR += cvsup SUBDIR += cvsup-mirror + SUBDIR += cvsup-without-gui SUBDIR += cvsupit SUBDIR += dante SUBDIR += datapipe |