xref: /netbsd-src/external/mit/xorg/bin/mkhtmlindex/Makefile (revision 782713e6c126f1866c6d9cfdee4ceb49483b5828)
1#	$NetBSD: Makefile,v 1.2 2008/09/07 14:50:25 lukem Exp $
2
3.include <bsd.own.mk>
4
5SCRIPTS=mkhtmlindex
6MAN=	mkhtmlindex.1
7
8CLEANFILES+=	mkhtmlindex	# <sys.mk> creates it from mkhtmlindex.sh
9
10.PATH:	${X11SRCDIR.imake}
11
12.include <bsd.x11.mk>
13.include <bsd.prog.mk>
14