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