1127412Sgad#	$NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
2127412Sgad# $FreeBSD$
3127412Sgad
4127412SgadPROG=	pkill
5127412Sgad
6127437SruDPADD=	${LIBKVM}
7127437SruLDADD=	-lkvm
8127412Sgad
9127437SruLINKS=	${BINDIR}/pkill ${BINDIR}/pgrep
10127437SruMLINKS=	pkill.1 pgrep.1
11127412Sgad
12161463Syar#
13161463Syar# If considering retirement of these compatibility symlinks,
14161463Syar# keep in mind that pkill is installed to /usr/bin in other
15161463Syar# OS types, e.g., NetBSD, OpenBSD, Solaris, and Linux.
16161463Syar#
17161458SyarSYMLINKS=	${BINDIR}/pkill /usr/bin/pkill
18161458SyarSYMLINKS+=	${BINDIR}/pgrep /usr/bin/pgrep
19161458Syar
20127412Sgad.include <bsd.prog.mk>
21