1 # $NetBSD: Makefile,v 1.4 1997/01/11 01:50:56 cjs Exp $ 2 3 LIB= wrap 4 5 SRCS= 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 8 MAN= hosts_access.3 hosts_access.5 hosts_options.5 9 MLINKS+=hosts_access.5 hosts.allow.5 10 MLINKS+=hosts_access.5 hosts.deny.5 11 MLINKS+=hosts_access.3 hosts_ctl.3 12 MLINKS+=hosts_access.3 request_init.3 13 MLINKS+=hosts_access.3 request_set.3 14 15 .include "Makefile.cflags" 16 17 includes: 18 -cd ${.CURDIR}; cmp -s tcpd.h ${DESTDIR}/usr/include/tcpd.h > \ 19 /dev/null 2>&1 || \ 20 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 tcpd.h \ 21 ${DESTDIR}/usr/include 22 23 .include <bsd.lib.mk> 24