]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - bin/pkill/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>