]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/pkill/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[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 PACKAGE=runtime
7 PROG=   pkill
8
9 LIBADD= kvm jail
10
11 LINKS=  ${BINDIR}/pkill ${BINDIR}/pgrep
12 MLINKS= pkill.1 pgrep.1
13
14 #
15 # If considering retirement of these compatibility symlinks,
16 # keep in mind that pkill is installed to /usr/bin in other
17 # OS types, e.g., NetBSD, OpenBSD, Solaris, and Linux.
18 #
19 SYMLINKS=       ../..${BINDIR}/pkill /usr/bin/pkill
20 SYMLINKS+=      ../..${BINDIR}/pgrep /usr/bin/pgrep
21
22 .if ${MK_TESTS} != "no"
23 SUBDIR+= tests
24 .endif
25
26 .include <bsd.prog.mk>