summaryrefslogtreecommitdiffstats
path: root/package/which/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-11 14:28:17 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-11 14:28:17 +0000
commit52c9508f27c765c893f73b0ece1724c8d7bfd5e4 (patch)
treed4675465115ec6b1f5d15ec1bb4dc547a2cd8874 /package/which/Makefile.in
parentdb13d321d6566c8937a7dbf872d4b4410a9d79ae (diff)
downloadbuildroot-novena-52c9508f27c765c893f73b0ece1724c8d7bfd5e4.tar.gz
buildroot-novena-52c9508f27c765c893f73b0ece1724c8d7bfd5e4.zip
add which
Diffstat (limited to 'package/which/Makefile.in')
-rw-r--r--package/which/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/which/Makefile.in b/package/which/Makefile.in
new file mode 100644
index 000000000..b115ce31f
--- /dev/null
+++ b/package/which/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_WHICH)),y)
+TARGETS+=which
+endif