Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / tconv / Makefile
1 # Makefile for tconv
2 # $FreeBSD: src/usr.bin/tconv/Makefile,v 1.5 1999/08/28 01:06:17 peter Exp $
3 # $DragonFly: src/usr.bin/tconv/Attic/Makefile,v 1.2 2003/06/17 04:29:32 dillon Exp $
4
5 PROG=   tconv
6 SRCS=   tconv.c quit.c
7 MLINKS= tconv.1 tic.1  tconv.1 captoinfo.1
8 LINKS=  ${BINDIR}/tconv ${BINDIR}/tic  ${BINDIR}/tconv ${BINDIR}/captoinfo
9 CFLAGS+= -I${.CURDIR}/../../lib/libmytinfo -Wall
10 DPADD= $(LIBMYTINFO)
11 LDADD= -lmytinfo
12
13 .include <bsd.prog.mk>