examples: fix build clean on FreeBSD
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 21 Apr 2017 13:50:22 +0000 (14:50 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 Apr 2017 14:19:54 +0000 (16:19 +0200)
commitb2f4f2e2a69169c92376797c1365daeb20faf401
tree38ebc89a8e02678227cd64e313b4298a683d884d
parent7e015a47949a04d7c516c85c400a02427698a781
examples: fix build clean on FreeBSD

The "examples_clean" top-level build target calls "make clean" for each
individual example. However, for a number of those which were linux-only
examples, the "if" condition only had a dummy "all" target i.e. no "clean"
target, causing an error with examples_clean.

Fixes: 3417cd687e5e ("examples: ignore linux apps on bsd")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/exception_path/Makefile
examples/netmap_compat/bridge/Makefile
examples/qos_sched/Makefile