summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers/builtin.mk
blob: 468cc9ec558ada56a87bce655a2eecea564c40b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: builtin.mk,v 1.1 2004/03/10 17:57:15 jlam Exp $

.if !defined(IS_BUILTIN.tcp_wrappers)
IS_BUILTIN.tcp_wrappers=	no
.  if exists(/usr/include/tcpd.h)
IS_BUILTIN.tcp_wrappers=	yes
.  endif
.endif

CHECK_BUILTIN.tcp_wrappers?=	no
.if !empty(CHECK_BUILTIN.tcp_wrappers:M[yY][eE][sS])
USE_BUILTIN.tcp_wrappers=	yes
.endif

USE_BUILTIN.tcp_wrappers?=	${IS_BUILTIN.tcp_wrappers}