From f8df6b10b30445f51576e54007cb4207b3b70e34 Mon Sep 17 00:00:00 2001 From: yar Date: Sun, 31 Aug 2008 14:27:59 +0000 Subject: 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 --- bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 3beb06c..7491be9 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -25,6 +25,7 @@ SUBDIR= cat \ mkdir \ mv \ pax \ + pkill \ ps \ pwd \ ${_rcp} \ -- cgit v1.1