From a379821be6eaade4ccea24378f5020b10dfc3f0a Mon Sep 17 00:00:00 2001 From: sheldonh Date: Wed, 12 Jan 2000 07:20:54 +0000 Subject: Mark FORBIDDEN when /usr/include/tcpd.h exists. This commit was done without consultation with the maintainer. --- security/tcp_wrapper/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 9f5509719261..53a976a4a347 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ MAINTAINER= torstenb@FreeBSD.org +.if exists(/usr/include/tcpd.h) +FORBIDDEN= tcp_wrappers is in the base system +.endif + ALL_TARGET= freebsd MAN3= hosts_access.3 MAN5= hosts_access.5 hosts_options.5 -- cgit