221495cc86
starting/stopping/showing/restarting of things in /etc/rc.d. Also add a few quick top(1)-like utilties just to round the menu off.
13 lines
339 B
Makefile
13 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/04/26 02:26:17 garbled Exp $
|
|
|
|
SUBDIR= restartallprocs restartprocs showallprocs showprocs startallprocs
|
|
SUBDIR+= startprocs stopallprocs stopprocs topcpu topmem toptime
|
|
|
|
FILES= help index
|
|
FILESDIR=${BINDIR}/sushi/procs
|
|
MKOBJ= no
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|