1 # $NetBSD: Makefile,v 1.10.76.1 2019/06/10 22:05:28 christos Exp $ 2 3 USE_FORT?= yes # network server 4 5 LIB= wrap 6 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 expandm.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 16 17 INCS= tcpd.h 18 INCSDIR=/usr/include 19 20 .include "Makefile.cflags" 21 22 .include <bsd.lib.mk> 23