e405b87d8f
program they are referring to, instead of being all done in the main Makefile.
9 lines
164 B
Makefile
9 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/09/02 22:16:58 wiz Exp $
|
|
|
|
PROG= texindex
|
|
SRCS= texindex.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${DIST}/texinfo/util ${DIST}/texinfo/doc
|