14 lines
262 B
Makefile
14 lines
262 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2008/09/07 14:50:25 lukem Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
SCRIPTS=mkhtmlindex
|
||
|
MAN= mkhtmlindex.1
|
||
|
|
||
|
CLEANFILES+= mkhtmlindex # <sys.mk> creates it from mkhtmlindex.sh
|
||
|
|
||
|
.PATH: ${X11SRCDIR.imake}
|
||
|
|
||
|
.include <bsd.x11.mk>
|
||
|
.include <bsd.prog.mk>
|