[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkill

File: [local] / src / usr.bin / pkill / Makefile (download)

Revision 1.2, Wed Mar 30 06:38:46 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.1: +1 -2 lines

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung

#	$OpenBSD: Makefile,v 1.2 2016/03/30 06:38:46 jmc Exp $
#	$NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $

PROG=	pkill
SRCS=	pkill.c
MAN=	pkill.1

LDADD+=	-lkvm
DPADD+=	${LIBKVM}

LINKS+=	${BINDIR}/pkill ${BINDIR}/pgrep

.include <bsd.prog.mk>