repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
efi - Add EFI run-time ABI support (2)
[dragonfly.git]
/
usr.bin
/
pkill
/
Makefile
blob
97f0049d2f8813db5574aaa00015b5c3f27c4b20
1
# $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
2
# $DragonFly: src/usr.bin/pkill/Makefile,v 1.3 2007/08/27 16:50:57 pavalos Exp $
3
4
PROG
=
pkill
5
6
LDADD
+= -
lkvm
7
DPADD
+= ${
LIBKVM
}
8
9
LINKS
+= ${
BINDIR
}/
pkill
${
BINDIR
}/
pgrep
10
MLINKS
+=
pkill
.1
pgrep
.1
11
12
.
include
<
bsd.prog.mk
>