aboutsummaryrefslogtreecommitdiff
path: root/rescue/rescue
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 /rescue/rescue
parent59d4932531aa4e97f68b2d42290a68cae6b17375 (diff)
downloadsrc-21be3b318337f81324d33fcdd361482058b9bafb.tar.gz
src-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 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index a21d0f22b374..4d74258052f8 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -70,7 +70,8 @@ CRUNCH_LIBS+= ${.OBJDIR}/../librescue/*.o
#
CRUNCH_SRCDIRS+= bin
CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
- ed expr getfacl hostname kenv kill ln ls mkdir mv pax ps pwd \
+ ed expr getfacl hostname kenv kill ln ls mkdir mv \
+ pax pkill ps pwd \
realpath rm rmdir setfacl sh stty sync test
CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -lm -ltermcap -lutil
.if ${MK_OPENSSL} != "no"
@@ -85,9 +86,6 @@ CRUNCH_SUPPRESS_LINK_-sh= 1
CRUNCH_ALIAS_ln= link
CRUNCH_ALIAS_rm= unlink
CRUNCH_ALIAS_ed= red
-
-CRUNCH_PROGS_bin+= pkill
-CRUNCH_SRCDIR_pkill= ${.CURDIR}/../../usr.bin/pkill
CRUNCH_ALIAS_pkill= pgrep
.if ${MK_RCMDS} != "no"