diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-06 20:07:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-06 20:07:50 +0000 |
commit | 7aa7fa616603dc138ea815d3254c0653df330317 (patch) | |
tree | 76e49ec802bc659d7a882d18a6599bf10779ca6f /usr.bin/Makefile | |
parent | ee3ac7a900be58f3051d8c82025a263f09a7d911 (diff) |
pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting
on session ID does not current work but that will change once the
kernel supports the KERN_PROC2 sysctl and pkill/pgrep is modified
to use kvm_getproc2(). OK deraadt@
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 75034224245..59b116d7e18 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.87 2004/01/05 01:27:22 mickey Exp $ +# $OpenBSD: Makefile,v 1.88 2004/01/06 20:07:49 millert Exp $ .include <bsd.own.mk> @@ -12,9 +12,9 @@ SUBDIR= apply apropos arch asa asn1_compile at aucat audioctl awk banner \ kdump keynote ktrace lam last lastcomm leave less lex lndir locate \ lock logger login logname look lorder m4 mail make man mesg mg \ midiplay mixerctl mkdep mkstr mktemp modstat msgs nc netstat newsyslog \ - nfsstat nice nohup oldrdist pagesize passwd paste patch pctr pmdb pr \ - printenv printf quota radioctl rdist rdistd readlink renice rev rpcgen \ - rpcinfo rs rsh \ + nfsstat nice nohup oldrdist pagesize passwd paste patch pctr pkill \ + pmdb pr printenv printf quota radioctl rdist rdistd readlink renice \ + rev rpcgen rpcinfo rs rsh \ rup ruptime rusers rwall rwho script sectok sed shar showmount skey \ skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \ tail talk tcopy tee telnet tftp tic time tip tn3270 top touch tput tr \ |