mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
- LDADD was wrong for non-uniform obj trees. - DPADD was wrong for separate obj tres. Cleaned up nearby messes, mostly ones invoving paths: - -I../libtxi was useless. - there were too many redefinitions and too many different names for the same paths. - use INTERNALLIB* to simplify libtxi/Makefile.
7 lines
122 B
Makefile
7 lines
122 B
Makefile
# $Id$
|
|
|
|
INFO= texinfo info info-stnd makeinfo
|
|
|
|
.include <bsd.info.mk>
|
|
|
|
.PATH: ${TXIDIR} ${TXIDIR}/info ${TXIDIR}/makeinfo
|