Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / groff / src / devices / grotty / Makefile
1 # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grotty/Makefile,v 1.1.2.2 2002/07/19 08:34:09 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/groff/src/devices/grotty/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $
3
4 PROG_CXX=       grotty
5 SRCS=           tty.cc
6 DPADD=          ${LIBDRIVER} ${LIBGROFF} ${LIBM}
7 LDADD=          ${LIBDRIVER} ${LIBGROFF} -lm
8 CLEANFILES=     ${MAN}
9
10 .include <bsd.prog.mk>