turn on PROCESS_OPTIONS, and link in hosts.allow.5, hosts.deny.5, hosts_ctl.3,
request_init.3 and request_set.3 man pages.
This commit is contained in:
parent
057e9f509f
commit
823928bbb9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 1996/11/28 04:32:32 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1996/12/04 13:34:27 mrg Exp $
|
||||
|
||||
LIB= wrap
|
||||
|
||||
|
@ -6,11 +6,17 @@ 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 \
|
||||
workarounds.c update.c misc.c diag.c
|
||||
MAN= hosts_access.3 hosts_access.5 hosts_options.5
|
||||
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
|
||||
|
||||
CFLAGS+= -DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO -DPARANOID
|
||||
CFLAGS+= -DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
|
||||
CFLAGS+= -DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
|
||||
CFLAGS+= -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
|
||||
CFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO -DPARANOID
|
||||
CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
|
||||
CFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
|
||||
CFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
|
||||
CFLAGS+=-DPROCESS_OPTIONS
|
||||
|
||||
includes:
|
||||
-cd ${.CURDIR}; cmp -s tcpd.h ${DESTDIR}/usr/include/tcpd.h > \
|
||||
|
|
Loading…
Reference in New Issue