]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/pkill/Makefile
ena: Upgrade ena-com to freebsd v2.7.0
[FreeBSD/FreeBSD.git] / bin / pkill / Makefile
1 #       $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
2
3 .include <src.opts.mk>
4
5 PACKAGE=runtime
6 PROG=   pkill
7
8 LIBADD= kvm jail
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 HAS_TESTS=
22 SUBDIR.${MK_TESTS}+= tests
23
24 .include <bsd.prog.mk>