freebsd-nq/usr.sbin/stallion/stlstats/Makefile

11 lines
124 B
Makefile

# $FreeBSD$
PROG= stlstats
MAN8= stlstats.8
MANSUBDIR=/i386
DPADD= ${LIBNCURSES}
LDADD= -lncurses
.include <bsd.prog.mk>