diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1999-03-12 16:58:26 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1999-03-12 16:58:26 +0000 |
commit | 404c5d2aeba04245662d125e61f00216ec29e2ae (patch) | |
tree | 96e3554487265bcdc8ae4ca904fb193a3058e2fa /security | |
parent | portlint: WWW_SITE shouldn't come before *_DEPENDS lines. (diff) |
Remove portmap_tcpd (it's the same as the one in the base system). After a
brief discussion on -committers, tcp_wrappers will be imported into the base
system which will allow us to build our system portmapper with hosts.allow
functionality.
Notes
Notes:
svn path=/head/; revision=17156
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index d1f1c5f832c8..af77654f3c7b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1999/01/26 22:19:07 billf Exp $ +# $Id: Makefile,v 1.44 1999/03/11 16:57:40 jfitz Exp $ # SUBDIR += SSLeay @@ -28,7 +28,6 @@ SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pidentd - SUBDIR += portmap_tcpd SUBDIR += portscanner SUBDIR += rsaref SUBDIR += sentry |