diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-07 17:21:19 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-07 17:21:19 +0000 |
| commit | 6a5c05956276ed68748da24b27482cab3a503651 (patch) | |
| tree | c5f4379656da737cbfe367bd3ba1f0640509e948 /gnu | |
| parent | cc208f94d9ce74734cab2536ab01df21274577bc (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/texinfo/Makefile.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.inc b/gnu/usr.bin/texinfo/Makefile.inc new file mode 100644 index 000000000000..5ee8874939a6 --- /dev/null +++ b/gnu/usr.bin/texinfo/Makefile.inc @@ -0,0 +1,11 @@ +# $Id$ + +TXIDIR= ${.CURDIR}/../../../../contrib/texinfo + +.if exists(${.OBJDIR}/../libtxi) +LIBTXI= ${.OBJDIR}/../libtxi/libtxi.a +.else +LIBTXI= ${.CURDIR}/../libtxi/libtxi.a +.endif + +.include "../../Makefile.inc" |
