1 1.3 mrg # $NetBSD: Makefile,v 1.3 1996/12/04 13:34:27 mrg Exp $ 2 1.1 mrg 3 1.1 mrg LIB= wrap 4 1.1 mrg 5 1.1 mrg SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \ 6 1.1 mrg refuse.c percent_x.c clean_exit.c fix_options.c socket.c \ 7 1.2 mrg workarounds.c update.c misc.c diag.c 8 1.1 mrg MAN= hosts_access.3 hosts_access.5 hosts_options.5 9 1.3 mrg MLINKS+=hosts_access.5 hosts.allow.5 10 1.3 mrg MLINKS+=hosts_access.5 hosts.deny.5 11 1.3 mrg MLINKS+=hosts_access.3 hosts_ctl.3 12 1.3 mrg MLINKS+=hosts_access.3 request_init.3 13 1.3 mrg MLINKS+=hosts_access.3 request_set.3 14 1.1 mrg 15 1.3 mrg CFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO -DPARANOID 16 1.3 mrg CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022 17 1.3 mrg CFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED 18 1.3 mrg CFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\" 19 1.3 mrg CFLAGS+=-DPROCESS_OPTIONS 20 1.1 mrg 21 1.1 mrg includes: 22 1.1 mrg -cd ${.CURDIR}; cmp -s tcpd.h ${DESTDIR}/usr/include/tcpd.h > \ 23 1.1 mrg /dev/null 2>&1 || \ 24 1.1 mrg ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 tcpd.h \ 25 1.1 mrg ${DESTDIR}/usr/include 26 1.1 mrg 27 1.1 mrg .include <bsd.lib.mk> 28