summaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2008-08-31 14:27:59 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2008-08-31 14:27:59 +0000
commit21be3b318337f81324d33fcdd361482058b9bafb (patch)
tree9691f4bc376751b409bcdd1e4576da3da410eb64 /bin/Makefile
parent59d4932531aa4e97f68b2d42290a68cae6b17375 (diff)
downloadsrc-test-21be3b318337f81324d33fcdd361482058b9bafb.tar.gz
src-test-21be3b318337f81324d33fcdd361482058b9bafb.zip
pkill(1) first appeared in /usr/bin, but later it was moved to /bin
for the convenience of rc.d. Now it has happily lived there for quite a while. So move the pkill(1) source files from usr.bin to bin, too. Approved by: gad
Notes
Notes: svn path=/head/; revision=182543
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 3beb06c2f5fe1..7491be9fc462d 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -25,6 +25,7 @@ SUBDIR= cat \
mkdir \
mv \
pax \
+ pkill \
ps \
pwd \
${_rcp} \