Remove building with NOCRYPTO option
[minix.git] / lib / libwrap / Makefile
blobf1387e1c8deea3430ccc566ed4ba60aea1d6cc0f
1 # $NetBSD: Makefile,v 1.10 2007/05/28 12:06:22 tls Exp $
3 USE_FORT?= yes # network server
5 LIB= wrap
7 SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
8 refuse.c percent_x.c clean_exit.c fix_options.c socket.c \
9 update.c misc.c diag.c
10 MAN= hosts_access.3 hosts_access.5 hosts_options.5
11 MLINKS+=hosts_access.5 hosts.allow.5
12 MLINKS+=hosts_access.5 hosts.deny.5
13 MLINKS+=hosts_access.3 hosts_ctl.3
14 MLINKS+=hosts_access.3 request_init.3
15 MLINKS+=hosts_access.3 request_set.3
17 INCS= tcpd.h
18 INCSDIR=/usr/include
20 .include "Makefile.cflags"
22 .include <bsd.lib.mk>