Home | History | Annotate | Line # | Download | only in libwrap
Makefile revision 1.10.74.1
      1  1.10.74.1  pgoyette #	$NetBSD: Makefile,v 1.10.74.1 2019/01/18 08:50:11 pgoyette Exp $
      2       1.10       tls 
      3       1.10       tls USE_FORT?= yes	# network server
      4        1.1       mrg 
      5        1.8    simonb LIB=	wrap
      6        1.1       mrg 
      7        1.1       mrg SRCS=	hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
      8        1.1       mrg 	refuse.c percent_x.c clean_exit.c fix_options.c socket.c \
      9  1.10.74.1  pgoyette 	update.c misc.c diag.c expandm.c
     10        1.1       mrg MAN=	hosts_access.3 hosts_access.5 hosts_options.5
     11        1.3       mrg MLINKS+=hosts_access.5 hosts.allow.5
     12        1.3       mrg MLINKS+=hosts_access.5 hosts.deny.5
     13        1.3       mrg MLINKS+=hosts_access.3 hosts_ctl.3
     14        1.3       mrg MLINKS+=hosts_access.3 request_init.3
     15        1.3       mrg MLINKS+=hosts_access.3 request_set.3
     16        1.1       mrg 
     17        1.5  christos INCS= tcpd.h
     18        1.5  christos INCSDIR=/usr/include
     19        1.5  christos 
     20        1.4       cjs .include "Makefile.cflags"
     21        1.1       mrg 
     22        1.1       mrg .include <bsd.lib.mk>
     23