3b8a0d4f4f
set of characteristics, and either print or signal the matching set. Mostly compatible with the Solaris commands of the same name.
14 lines
217 B
Makefile
14 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
|
|
|
|
PROG= pkill
|
|
SRCS= pkill.c
|
|
MAN= pkill.1
|
|
|
|
LDADD+= -lkvm
|
|
DPADD+= ${LIBKVM}
|
|
|
|
LINKS+= ${BINDIR}/pkill ${BINDIR}/pgrep
|
|
MLINKS+=pkill.1 pgrep.1
|
|
|
|
.include <bsd.prog.mk>
|