Deleted Added
full compact
Makefile (117980) Makefile (137675)
1#
1#
2# $FreeBSD: head/lib/libwrap/Makefile 117980 2003-07-24 19:58:56Z markm $
2# $FreeBSD: head/lib/libwrap/Makefile 137675 2004-11-13 20:40:32Z bz $
3#
4
5LIB= wrap
6SHLIB_MAJOR= 3
7INCS= tcpd.h
8MAN= hosts_access.3
9MAN+= hosts_access.5 hosts_options.5
10MLINKS= hosts_access.3 hosts_ctl.3 hosts_access.3 request_init.3 \
11 hosts_access.3 request_set.3
12
13.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
14
15CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
16 -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS \
17 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
18 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
19 -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS
3#
4
5LIB= wrap
6SHLIB_MAJOR= 3
7INCS= tcpd.h
8MAN= hosts_access.3
9MAN+= hosts_access.5 hosts_options.5
10MLINKS= hosts_access.3 hosts_ctl.3 hosts_access.3 request_init.3 \
11 hosts_access.3 request_set.3
12
13.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
14
15CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
16 -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS \
17 -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
18 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
19 -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS
20.if defined(NO_NIS)
21CFLAGS+= -DUSE_GETDOMAIN
22.endif
20.if !defined(NOINET6)
21CFLAGS+=-DINET6
22.endif
23
24SRCS= clean_exit.c diag.c eval.c fix_options.c fromhost.c \
25 hosts_access.c hosts_ctl.c misc.c myvsyslog.c options.c \
26 percent_m.c percent_x.c refuse.c rfc931.c shell_cmd.c \
27 socket.c tli.c update.c workarounds.c libvars.c
28
29.include <bsd.lib.mk>
23.if !defined(NOINET6)
24CFLAGS+=-DINET6
25.endif
26
27SRCS= clean_exit.c diag.c eval.c fix_options.c fromhost.c \
28 hosts_access.c hosts_ctl.c misc.c myvsyslog.c options.c \
29 percent_m.c percent_x.c refuse.c rfc931.c shell_cmd.c \
30 socket.c tli.c update.c workarounds.c libvars.c
31
32.include <bsd.lib.mk>