mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
220 B
Makefile
9 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
TXIDIR= ${.CURDIR}/../../../../contrib/texinfo
|
|
LIBTXI= ${.OBJDIR}/../libtxi/libtxi.a
|
|
|
|
CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \
|
|
-I${TXIDIR} -I${TXIDIR}/lib
|
|
|
|
.include "../Makefile.inc"
|