summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-01-12 07:20:54 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-01-12 07:20:54 +0000
commitb4035e7bc80f00fb8f6bcb102c727709438991bf (patch)
treed55e29189ad6581a1f09834bab03cddd9e1915cd /security/tcp_wrapper
parentUpdate to 0.54a (diff)
Mark FORBIDDEN when /usr/include/tcpd.h exists.
This commit was done without consultation with the maintainer.
Notes
Notes: svn path=/head/; revision=24677
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r--security/tcp_wrapper/Makefile4
1 files changed, 4 insertions, 0 deletions
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