minix3/usr.bin/top/Makefile

8 lines
104 B
Makefile

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