Cross Reference: Makefile
xref: /src/lib/libwrap/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libwrap/
Makefile revision 1.2
11.2Smrg#	$NetBSD: Makefile,v 1.2 1996/11/28 04:32:32 mrg Exp $
21.1Smrg
31.1SmrgLIB=	wrap 
41.1Smrg
51.1SmrgSRCS=	hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
61.1Smrg	refuse.c percent_x.c clean_exit.c fix_options.c socket.c \
71.2Smrg	workarounds.c update.c misc.c diag.c
81.1SmrgMAN=	hosts_access.3 hosts_access.5 hosts_options.5
91.1Smrg
101.1SmrgCFLAGS+= -DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO -DPARANOID
111.1SmrgCFLAGS+= -DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
121.1SmrgCFLAGS+= -DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
131.1SmrgCFLAGS+= -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
141.1Smrg
151.1Smrgincludes:
161.1Smrg	-cd ${.CURDIR}; cmp -s tcpd.h ${DESTDIR}/usr/include/tcpd.h > \
171.1Smrg	    /dev/null 2>&1 || \
181.1Smrg	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 tcpd.h \
191.1Smrg	    ${DESTDIR}/usr/include
201.1Smrg
211.1Smrg.include <bsd.lib.mk>
22

Indexes created Wed Dec 17 05:09:25 GMT 2025