diff options
Diffstat (limited to 'usr.sbin/tcpdmatch/Makefile')
-rw-r--r-- | usr.sbin/tcpdmatch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index 3426dc9..cc497d3 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -5,6 +5,7 @@ MAINTAINER=markm@FreeBSD.org PROG= tcpdmatch +MAN= tcpdmatch.8 SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \ |