Use the argument as a file name only if no section was specified.
[dragonfly.git] / usr.bin / tconv / Makefile
blobd63dc0d0346b29e197ce18d62dc833bbf9f65700
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 $
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
13 .include <bsd.prog.mk>