1#	$NetBSD: Makefile,v 1.9 2002/05/24 05:38:19 itojun Exp $
2
3USE_FORT?= yes	# network server
4
5LIB=	wrap
6
7SRCS=	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
10MAN=	hosts_access.3 hosts_access.5 hosts_options.5
11MLINKS+=hosts_access.5 hosts.allow.5
12MLINKS+=hosts_access.5 hosts.deny.5
13MLINKS+=hosts_access.3 hosts_ctl.3
14MLINKS+=hosts_access.3 request_init.3
15MLINKS+=hosts_access.3 request_set.3
16
17INCS= tcpd.h
18INCSDIR=/usr/include
19
20.include "Makefile.cflags"
21
22.include <bsd.lib.mk>
23