summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2008-08-31 14:27:59 +0000
committeryar <yar@FreeBSD.org>2008-08-31 14:27:59 +0000
commitf8df6b10b30445f51576e54007cb4207b3b70e34 (patch)
tree9691f4bc376751b409bcdd1e4576da3da410eb64 /rescue
parente2ca413d09b408b7f5caff24c9c36ddb1c43dc7c (diff)
downloadFreeBSD-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 '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 a21d0f2..4d74258 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"
OpenPOWER on IntegriCloud