nant's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch DIFFUTILS:
[dragonfly.git]
/
usr.bin
/
pkill
/
Makefile
1
# $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
2
# $DragonFly: src/usr.bin/pkill/Makefile,v 1.2 2004/12/20 20:09:23 cpressey Exp $
3
4
PROG= pkill
5
SRCS= pkill.c
6
MAN= pkill.1
7
8
LDADD+= -lkvm
9
DPADD+= ${LIBKVM}
10
11
LINKS+= ${BINDIR}/pkill ${BINDIR}/pgrep
12
MLINKS+=pkill.1 pgrep.1
13
14
WARNS?= 6
15
16
.include <bsd.prog.mk>