diff options
author | yar <yar@FreeBSD.org> | 2008-08-31 14:27:59 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2008-08-31 14:27:59 +0000 |
commit | f8df6b10b30445f51576e54007cb4207b3b70e34 (patch) | |
tree | 9691f4bc376751b409bcdd1e4576da3da410eb64 /usr.bin/Makefile | |
parent | e2ca413d09b408b7f5caff24c9c36ddb1c43dc7c (diff) | |
download | FreeBSD-src-f8df6b10b30445f51576e54007cb4207b3b70e34.zip FreeBSD-src-f8df6b10b30445f51576e54007cb4207b3b70e34.tar.gz |
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
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 02ae8b4..f1b54d0 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -149,7 +149,6 @@ SUBDIR= alias \ passwd \ paste \ pathchk \ - pkill \ pr \ printenv \ printf \ |