]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/pkill/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / bin / pkill / Makefile
1 #       $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
2 # $FreeBSD$
3
4 PROG=   pkill
5
6 DPADD=  ${LIBKVM}
7 LDADD=  -lkvm
8
9 LINKS=  ${BINDIR}/pkill ${BINDIR}/pgrep
10 MLINKS= pkill.1 pgrep.1
11
12 #
13 # If considering retirement of these compatibility symlinks,
14 # keep in mind that pkill is installed to /usr/bin in other
15 # OS types, e.g., NetBSD, OpenBSD, Solaris, and Linux.
16 #
17 SYMLINKS=       ${BINDIR}/pkill /usr/bin/pkill
18 SYMLINKS+=      ${BINDIR}/pgrep /usr/bin/pgrep
19
20 .include <bsd.prog.mk>