mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
8bb599c434
Submitted by: lkoeller@cc.fh-lippe.de
14 lines
249 B
Makefile
14 lines
249 B
Makefile
# $Id$
|
|
|
|
PROG= install-info
|
|
|
|
CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"
|
|
CFLAGS+= -I${TXIDIR} -I${TXIDIR}/lib -I../libintl
|
|
|
|
DPADD= ${LIBTXI} ${LIBINTL} -lz
|
|
LDADD= ${LIBTXI} ${LIBINTL} -lz
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${TXIDIR}/util
|