1998-10-07 06:25:12 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 1998/10/07 02:25:12 simonb Exp $
|
1996-11-26 19:48:08 +03:00
|
|
|
|
1998-10-07 06:25:12 +04:00
|
|
|
LIB= wrap
|
1996-11-26 19:48:08 +03:00
|
|
|
|
|
|
|
SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
|
|
|
|
refuse.c percent_x.c clean_exit.c fix_options.c socket.c \
|
1996-11-28 07:32:32 +03:00
|
|
|
workarounds.c update.c misc.c diag.c
|
1996-11-26 19:48:08 +03:00
|
|
|
MAN= hosts_access.3 hosts_access.5 hosts_options.5
|
1996-12-04 16:34:27 +03:00
|
|
|
MLINKS+=hosts_access.5 hosts.allow.5
|
|
|
|
MLINKS+=hosts_access.5 hosts.deny.5
|
|
|
|
MLINKS+=hosts_access.3 hosts_ctl.3
|
|
|
|
MLINKS+=hosts_access.3 request_init.3
|
|
|
|
MLINKS+=hosts_access.3 request_set.3
|
1996-11-26 19:48:08 +03:00
|
|
|
|
1997-03-25 01:11:48 +03:00
|
|
|
INCS= tcpd.h
|
|
|
|
INCSDIR=/usr/include
|
1996-11-26 19:48:08 +03:00
|
|
|
|
1997-03-25 01:11:48 +03:00
|
|
|
.include "Makefile.cflags"
|
1996-11-26 19:48:08 +03:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|