summaryrefslogtreecommitdiffstats
path: root/adv_cmds/ps/Makefile
blob: 606ddb72af0cdd80883904988af31ce498c06661 (plain) (blame)
1
2
3
4
5
6
7
8
9
PROG=	ps
SRCS=	fmt.c \
	keyword.c \
	nlist.c \
	print.c \
	ps.c \
	tasks.c

.include <bsd.prog.mk>