]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - bin/pkill/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 WARNS?= 5
6
7 DPADD=  ${LIBKVM}
8 LDADD=  -lkvm
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 .include <bsd.prog.mk>