diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-17 20:49:15 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-17 20:49:15 +0000 |
commit | 77d2739905f7f162d220ea7a119ee9a15066cf1c (patch) | |
tree | a2c3b3ddd58426b0efa926fc308eab0586d54b9c | |
parent | Initial import of portscanner, a quick and dirty way to scan ports (diff) |
Reflect import of ``portscanner''.
PR: ports/7582
Notes
Notes:
svn path=/head/; revision=14617
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index fa7bc48520a2..e064b9d0c6b7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.188 1998/11/15 21:26:38 nectar Exp $ +# $Id: Makefile,v 1.189 1998/11/16 16:07:14 vanilla Exp $ # SUBDIR += SSLtelnet @@ -98,6 +98,7 @@ SUBDIR += pathchar SUBDIR += pcnfsd SUBDIR += pmf + SUBDIR += portscanner SUBDIR += pppload SUBDIR += proftpd SUBDIR += queso |