diff options
Diffstat (limited to 'net/sniffit/Makefile')
-rw-r--r-- | net/sniffit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index a655e577d712..84c9ea624461 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -19,6 +19,8 @@ COMMENT= Packet sniffer program. For educational use GNU_CONFIGURE= yes ALL_TARGET= +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${STAGEDIR}${MANPREFIX}/man/man5 |