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