diff options
Diffstat (limited to 'usr.sbin/tcpdmatch')
| -rw-r--r-- | usr.sbin/tcpdmatch/Makefile | 21 | ||||
| -rw-r--r-- | usr.sbin/tcpdmatch/Makefile.depend | 17 |
2 files changed, 38 insertions, 0 deletions
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile new file mode 100644 index 000000000000..f57350cb762d --- /dev/null +++ b/usr.sbin/tcpdmatch/Makefile @@ -0,0 +1,21 @@ +.include <src.opts.mk> + +.PATH: ${SRCTOP}/contrib/tcp_wrappers + +PACKAGE= tcpd + +PROG= tcpdmatch +MAN= tcpdmatch.8 +SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c + +CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \ + -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 +.if ${MK_INET6_SUPPORT} != "no" +CFLAGS+=-DINET6 +.endif + +WARNS?= 0 + +LIBADD= wrap + +.include <bsd.prog.mk> diff --git a/usr.sbin/tcpdmatch/Makefile.depend b/usr.sbin/tcpdmatch/Makefile.depend new file mode 100644 index 000000000000..0f04a84483b2 --- /dev/null +++ b/usr.sbin/tcpdmatch/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libwrap \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |
