]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/pkill/Makefile
Merge sendmail 8.15.2 to HEAD
[FreeBSD/FreeBSD.git] / bin / pkill / Makefile
1 #       $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   pkill
7
8 LIBADD= kvm
9
10 LINKS=  ${BINDIR}/pkill ${BINDIR}/pgrep
11 MLINKS= pkill.1 pgrep.1
12
13 #
14 # If considering retirement of these compatibility symlinks,
15 # keep in mind that pkill is installed to /usr/bin in other
16 # OS types, e.g., NetBSD, OpenBSD, Solaris, and Linux.
17 #
18 SYMLINKS=       ${BINDIR}/pkill /usr/bin/pkill
19 SYMLINKS+=      ${BINDIR}/pgrep /usr/bin/pgrep
20
21 .if ${MK_TESTS} != "no"
22 SUBDIR+= tests
23 .endif
24
25 .include <bsd.prog.mk>