]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/pkill/Makefile
bhyvectl(8): Normalize the man page date
[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 HAS_TESTS=
23 SUBDIR.${MK_TESTS}+= tests
24
25 .include <bsd.prog.mk>