kernel - Implement ppoll system call with precise microseconds timeout.
[dragonfly.git] / lib / libwrap / Makefile
blob29db0dd3a4dc2637a0e69927238d8eb815558cb3
1 # $FreeBSD: src/lib/libwrap/Makefile,v 1.5.2.3 2002/07/22 14:21:50 ru Exp $
4 LIB= wrap
5 SHLIB_MAJOR= 4
6 INCS= tcpd.h
7 MAN= hosts_access.3
8 MAN+= hosts_access.5 hosts_options.5
9 WARNS?= 2
11 .PATH: ${.CURDIR}/../../contrib/tcp_wrappers
13 CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
14 -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS \
15 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
16 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
17 -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME
18 .if !defined(NOINET6)
19 CFLAGS+=-DINET6
20 .endif
22 SRCS+= clean_exit.c diag.c eval.c fix_options.c hosts_access.c \
23 hosts_ctl.c misc.c options.c percent_m.c percent_x.c \
24 refuse.c rfc931.c shell_cmd.c socket.c update.c libvars.c
26 .include <bsd.lib.mk>