aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/ps/Makefile
blob: 0c382a2fcd4498d99dcf1d08d1ff707568613ffe (plain) (blame)
1
2
3
4
5
6
7
PROG=	ps
SRCS=	fmt.c keyword.c nlist.c \
	print.c ps.c tasks.c

BINDIR=/bin

.include <bsd.prog.mk>