diff options
author | jfitz <jfitz@FreeBSD.org> | 1999-03-13 00:58:26 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1999-03-13 00:58:26 +0800 |
commit | 1e4d79f18ba5ffc38f9dbbc4a84426af00611182 (patch) | |
tree | 139bf0555e90254eec6918b2debb72afd830e9ae /security | |
parent | 33a7e547fd8fa9bff3a49b7ebb1640bb028f2a3d (diff) | |
download | freebsd-ports-gnome-1e4d79f18ba5ffc38f9dbbc4a84426af00611182.tar.gz freebsd-ports-gnome-1e4d79f18ba5ffc38f9dbbc4a84426af00611182.tar.zst freebsd-ports-gnome-1e4d79f18ba5ffc38f9dbbc4a84426af00611182.zip |
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.
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 |