diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-01-12 07:20:54 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-01-12 07:20:54 +0000 |
commit | b4035e7bc80f00fb8f6bcb102c727709438991bf (patch) | |
tree | d55e29189ad6581a1f09834bab03cddd9e1915cd /security | |
parent | Update 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')
-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 |