Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / stallion / stlstats / Makefile
1 # $FreeBSD: src/usr.sbin/stallion/stlstats/Makefile,v 1.6.2.2 2001/04/25 12:10:59 ru Exp $
2 # $DragonFly: src/usr.sbin/stallion/stlstats/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $
3
4 PROG=   stlstats
5 MAN=    stlstats.8
6 MANSUBDIR=/i386
7
8 DPADD=  ${LIBNCURSES} ${LIBMYTINFO}
9 LDADD=  -lncurses -lmytinfo
10
11 .include <bsd.prog.mk>