pgrep: add pwait
This commit is contained in:
committed by
Craig Small
parent
9f33a6bcd0
commit
c8384e682c
10
Makefile.am
10
Makefile.am
@@ -54,6 +54,9 @@ bin_PROGRAMS = \
|
||||
uptime \
|
||||
vmstat \
|
||||
w
|
||||
if BUILD_PWAIT
|
||||
bin_PROGRAMS += pwait
|
||||
endif
|
||||
else
|
||||
usrbin_exec_PROGRAMS += \
|
||||
ps/pscommand \
|
||||
@@ -88,6 +91,10 @@ dist_man_MANS += \
|
||||
sysctl.8 \
|
||||
sysctl.conf.5 \
|
||||
ps/ps.1
|
||||
|
||||
if BUILD_PWAIT
|
||||
dist_man_MANS += pwait.1
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
@@ -201,6 +208,9 @@ free_SOURCES = free.c lib/strutils.c lib/fileutils.c
|
||||
pgrep_SOURCES = pgrep.c lib/fileutils.c lib/signals.c
|
||||
pkill_SOURCES = pgrep.c lib/fileutils.c lib/signals.c
|
||||
pmap_SOURCES = pmap.c lib/fileutils.c
|
||||
if BUILD_PWAIT
|
||||
pwait_SOURCES = pgrep.c lib/fileutils.c lib/nsutils.c
|
||||
endif
|
||||
if !CYGWIN
|
||||
pwdx_SOURCES = pwdx.c lib/fileutils.c
|
||||
pwdx_LDADD= $(CYGWINFLAGS)
|
||||
|
Reference in New Issue
Block a user