repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
pkill
/
Makefile
blob
78a16cc8ae501b1df66b33b8ddf7e0afb1c445a6
1
# $NetBSD: Makefile,v 1.2 2005/07/16 16:21:05 christos Exp $
2
3
PROG
=
pkill
4
5
LDADD
+= -
lkvm
6
DPADD
+= ${
LIBKVM
}
7
8
LINKS
+= ${
BINDIR
}/
pkill
${
BINDIR
}/
pgrep
9
MLINKS
+=
pkill
.1
pgrep
.1
10
11
.
include
<
bsd.prog.mk
>