9 lines
150 B
Makefile
9 lines
150 B
Makefile
|
# $NetBSD: Makefile,v 1.4 2003/01/17 15:32:25 wiz Exp $
|
||
|
|
||
|
PROG= texindex
|
||
|
SRCS= texindex.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|
||
|
.PATH: ${IDIST}/util ${IDIST}/doc
|