The Makefile contained in usr.bin/tconv contains a bogus

reference to the absolute path /usr/src/lib/libmytinfo.  The enclosed
patch fixes this.

Submitted by:	Remy Card <Remy.Card@masi.ibp.fr>
This commit is contained in:
Jordan K. Hubbard 1995-01-15 06:19:01 +00:00
parent 973e94c5d5
commit 42e77edcaf

View File

@ -1,11 +1,11 @@
# Makefile for tconv
# $Id$
# $Id: Makefile,v 1.1.1.1 1994/10/09 17:40:30 ache Exp $
PROG= tconv
SRCS= tconv.c quit.c
MLINKS= tconv.1 tic.1 tconv.1 captoinfo.1
LINKS= ${BINDIR}/tconv ${BINDIR}/tic ${BINDIR}/tconv ${BINDIR}/captoinfo
CFLAGS+= -I/usr/src/lib/libmytinfo -Wall
CFLAGS+= -I${.CURDIR}/../../lib/libmytinfo -Wall
DPADD= $(LIBMYTINFO)
LDADD= -lmytinfo