1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.sbin/stallion/stlstats/Makefile
2001-03-26 14:42:20 +00:00

11 lines
123 B
Makefile

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