Welcome to little lamb

Code » anopa » commit 6ad7ca1

Tweak targets.mak

author Olivier Brunel
2015-02-21 13:39:50 UTC
committer Olivier Brunel
2015-04-04 12:47:34 UTC
parent 611a69801cf691c6964bd01603103b525dcf1c81

Tweak targets.mak

Order stuff, put anopa/* as sbin and utils/* as libexec targets.

package/targets.mak +7 -5

diff --git a/package/targets.mak b/package/targets.mak
index 32daaf6..a4036b1 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -1,16 +1,18 @@
-BIN_TARGETS := \
-aa-start \
-aa-stop \
+SBIN_TARGETS := \
 aa-enable \
+aa-start \
+aa-stop
+
+LIBEXEC_TARGETS := \
 aa-echo \
 aa-kill
 
 DOC_TARGETS := \
 anopa.1 \
+aa-echo.1 \
+aa-enable.1 \
 aa-start.1 \
 aa-stop.1 \
-aa-enable.1 \
-aa-echo.1 \
 aa-kill.1 \
 
 ifdef DO_ALLSTATIC