diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-15 06:19:01 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-15 06:19:01 +0000 |
| commit | 42e77edcafe213b4b4593426bab60b0f42ad6853 (patch) | |
| tree | 9d5c645759a7db1dcd3b577d609125cd887fd95b /usr.bin/tconv | |
| parent | 973e94c5d5f915a267ab52864920148f5e8ad52b (diff) | |
Notes
Diffstat (limited to 'usr.bin/tconv')
| -rw-r--r-- | usr.bin/tconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile index e30d82f109b38..11b45dba3a66d 100644 --- a/usr.bin/tconv/Makefile +++ b/usr.bin/tconv/Makefile @@ -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 |
