ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/bin/pkill/Makefile
(Generate patch)

Comparing trunk/bin/pkill/Makefile (file contents):
Revision 11190 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 11191 by laffer1, Sun Jul 1 00:22:21 2018 UTC

# Line 1 | Line 1
1 + # $MidnightBSD$
2   #       $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
3 < # $FreeBSD: src/usr.bin/pkill/Makefile,v 1.7 2006/08/20 04:25:20 yar Exp $
3 < # $MidnightBSD: src/bin/pkill/Makefile,v 1.2 2009/03/27 22:10:43 laffer1 Exp $
3 > # $FreeBSD: stable/10/bin/pkill/Makefile 287269 2015-08-29 02:41:59Z jamie $
4  
5 + .include <bsd.own.mk>
6 +
7   PROG=   pkill
8  
9 < DPADD=  ${LIBKVM}
10 < LDADD=  -lkvm
9 > DPADD=  ${LIBKVM} ${LIBJAIL}
10 > LDADD=  -lkvm -ljail
11  
12   LINKS=  ${BINDIR}/pkill ${BINDIR}/pgrep
13   MLINKS= pkill.1 pgrep.1
# Line 17 | Line 19 | MLINKS=        pkill.1 pgrep.1
19   #
20   SYMLINKS=       ${BINDIR}/pkill /usr/bin/pkill
21   SYMLINKS+=      ${BINDIR}/pgrep /usr/bin/pgrep
22 +
23 + .if ${MK_TESTS} != "no"
24 + SUBDIR+= tests
25 + .endif
26  
27   .include <bsd.prog.mk>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines