xref: /dragonfly/bin/sh/mksyntax/Makefile (revision 7ff0fc30)
1.PATH: ${.CURDIR}/..
2
3PROG=	mksyntax
4
5build-tools: mksyntax.nx
6
7# this mksyntax is used in place, it is not installed anywhere
8install:
9
10.include <bsd.hostprog.mk>
11