1 # $NetBSD: Makefile,v 1.6 1997/10/09 14:36:28 lukem Exp $ 2 3 WARNS=0 4 LIB= wrap 5 6 SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \ 7 refuse.c percent_x.c clean_exit.c fix_options.c socket.c \ 8 workarounds.c update.c misc.c diag.c 9 MAN= hosts_access.3 hosts_access.5 hosts_options.5 10 MLINKS+=hosts_access.5 hosts.allow.5 11 MLINKS+=hosts_access.5 hosts.deny.5 12 MLINKS+=hosts_access.3 hosts_ctl.3 13 MLINKS+=hosts_access.3 request_init.3 14 MLINKS+=hosts_access.3 request_set.3 15 16 INCS= tcpd.h 17 INCSDIR=/usr/include 18 19 .include "Makefile.cflags" 20 21 .include <bsd.lib.mk> 22