openbsd-ports/sysutils/proctools/patches/patch-pgrep_Makefile
lebel ab2982a2ca initial import of sysutils/proctools 0.3:
--
Submitted by James Devenish (j-devenish@users.sourceforge.net)
Modified by danh@

Proctools  provides  the  pgrep and pkill commands which can
scan for and send signals to processes that are  matched  by
command-line options.

The  pgrep  utility displays process IDs for those processes
that match the requirements specified on the command line.

The pkill utility sends a signal to process  IDs  for  those
processes  that match the requirements specified on the com-
mand line.

WWW: http://sourceforge.net/projects/proctools
2003-01-06 18:03:44 +00:00

13 lines
360 B
Plaintext

$OpenBSD: patch-pgrep_Makefile,v 1.1.1.1 2003/01/06 18:03:44 lebel Exp $
--- pgrep/Makefile.orig Mon Jan 6 12:20:57 2003
+++ pgrep/Makefile Mon Jan 6 12:21:31 2003
@@ -1,7 +1,6 @@
PROG= pgrep
+SRCS= pgrep.c fmt.c
DPADD+= ${LIBPROCTOOLS} ${LIBKVM}
LDADD= -lkvm -L${.CURDIR}/../proctools -lproctools
-BINGRP= kmem
-BINMODE= 2555
.include <bsd.prog.mk>