diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-07-15 10:22:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-07-15 10:22:16 +0000 |
commit | 91312dfd1186cc4f321cb68449d848b0f03f5cf4 (patch) | |
tree | 0fc4d9a1e265f97f3f23680f3a7813e44570c4b3 /net/packetdrill/files | |
parent | Make p5-Try-Tiny a build instead of test dependency as it is already (diff) |
Fix build.
Notes
Notes:
svn path=/head/; revision=361903
Diffstat (limited to 'net/packetdrill/files')
-rw-r--r-- | net/packetdrill/files/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/packetdrill/files/Makefile.inc b/net/packetdrill/files/Makefile.inc index 6232b1ffb035..77e43778a891 100644 --- a/net/packetdrill/files/Makefile.inc +++ b/net/packetdrill/files/Makefile.inc @@ -3,7 +3,7 @@ PREFIX?= /usr/local BINDIR?= ${PREFIX}/bin -NO_MAN= +MAN= .PATH: ${.CURDIR}/.. |