diff options
Diffstat (limited to 'libexec/tcpd/tcpdmatch/Makefile')
-rw-r--r-- | libexec/tcpd/tcpdmatch/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libexec/tcpd/tcpdmatch/Makefile b/libexec/tcpd/tcpdmatch/Makefile new file mode 100644 index 00000000000..f601a980d2b --- /dev/null +++ b/libexec/tcpd/tcpdmatch/Makefile @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile,v 1.1 1997/02/26 06:17:10 downsj Exp $ + +.PATH: ${.CURDIR}/../tcpdchk +CFLAGS+=-I${.CURDIR}/../tcpdchk + +PROG= tcpdmatch +MAN= tcpdmatch.8 + +SRCS= inetcf.c scaffold.c tcpdmatch.c + +DPADD= ${LIBWRAP} +LDADD= -lwrap + +BINDIR= /usr/sbin + +.include <bsd.prog.mk> |