diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/cflowd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile index bfaae343fe7c..d186147651c7 100644 --- a/net/cflowd/Makefile +++ b/net/cflowd/Makefile @@ -32,7 +32,7 @@ MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \ cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l .if !defined(CFLOWD_FLOWSCAN_PATCH) -pre-everything: +pre-everything:: @${ECHO} "you can compile cflowd with patches for FlowScan by typing:" @${ECHO} "make CFLOWD_FLOWSCAN_PATCH=yes" .endif |