summaryrefslogtreecommitdiff
path: root/lib/libwrap/Makefile
blob: 13ee29afc4e978d24cc182fabd91f07bf952c7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#	$NetBSD: Makefile,v 1.14 2021/03/13 16:46:49 christos Exp $

USE_FORT?= yes	# network server

LIB=	wrap

SRCS=	hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
	refuse.c percent_x.c clean_exit.c fix_options.c socket.c \
	update.c misc.c diag.c expandm.c
MAN=	hosts_access.3 hosts_access.5 hosts_options.5
MLINKS+=hosts_access.5 hosts.allow.5
MLINKS+=hosts_access.5 hosts.deny.5
MLINKS+=hosts_access.3 hosts_ctl.3
MLINKS+=hosts_access.3 request_init.3
MLINKS+=hosts_access.3 request_set.3

LDADD+=-lblocklist
DPADD+=${LIBBLOCKLIST}

INCS= tcpd.h
INCSDIR=/usr/include

.include "Makefile.cflags"

.include <bsd.lib.mk>