minix/commands/top/Makefile
David van Moolenbroek 33b131766f make top(1) use ProcFS
2010-09-14 21:30:23 +00:00

8 lines
78 B
Makefile

PROG= top
MAN=
DPADD+= ${LIBCURSES}
LDADD+= -lcurses
.include <bsd.prog.mk>