Files
minix/commands/top/Makefile
T

8 lines
78 B
Makefile

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