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

Indexes created Mon Jan 26 14:10:17 GMT 2026