From 404c5d2aeba04245662d125e61f00216ec29e2ae Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Fri, 12 Mar 1999 16:58:26 +0000 Subject: [PATCH] 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. --- security/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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