mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
9 lines
85 B
Makefile
9 lines
85 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= make_index
|
|
NO_MAN=
|
|
|
|
BINDIR= ${LIBEXECDIR}
|
|
|
|
.include <bsd.prog.mk>
|