Deleted Added
full compact
Makefile (182543) Makefile (202532)
1# $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
1# $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
2# $FreeBSD: head/bin/pkill/Makefile 182543 2008-08-31 14:27:59Z yar $
2# $FreeBSD: head/bin/pkill/Makefile 202532 2010-01-17 21:56:27Z ed $
3
4PROG= pkill
3
4PROG= pkill
5WARNS?= 5
6
7DPADD= ${LIBKVM}
8LDADD= -lkvm
9
10LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep
11MLINKS= 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#
18SYMLINKS= ${BINDIR}/pkill /usr/bin/pkill
19SYMLINKS+= ${BINDIR}/pgrep /usr/bin/pgrep
20
21.include <bsd.prog.mk>
5
6DPADD= ${LIBKVM}
7LDADD= -lkvm
8
9LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep
10MLINKS= pkill.1 pgrep.1
11
12#
13# If considering retirement of these compatibility symlinks,
14# keep in mind that pkill is installed to /usr/bin in other
15# OS types, e.g., NetBSD, OpenBSD, Solaris, and Linux.
16#
17SYMLINKS= ${BINDIR}/pkill /usr/bin/pkill
18SYMLINKS+= ${BINDIR}/pgrep /usr/bin/pgrep
19
20.include <bsd.prog.mk>