diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 22:16:01 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 22:16:01 +0000 |
commit | ebc9349e7a46e32b310030b5ecfdae8a02c66bba (patch) | |
tree | 06a6fd7fc728c989830c6dfcd814e35e25b2ffaf /net/Makefile | |
parent | Initial import of ciscoconf - a cisco RCS tracker (diff) |
Activate ciscoconf
PR: 7888
Notes
Notes:
svn path=/head/; revision=14658
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 34c9d9855e24..0d045fa0e773 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.190 1998/11/17 20:49:15 billf Exp $ +# $Id: Makefile,v 1.191 1998/11/17 23:38:25 billf Exp $ # SUBDIR += SSLtelnet @@ -17,6 +17,7 @@ SUBDIR += cap SUBDIR += cftp SUBDIR += choparp + SUBDIR += ciscoconf SUBDIR += citrix_ica SUBDIR += clog SUBDIR += cnet |