diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
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 |