]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/indent_wrapper/Makefile
sqlite3: Vendor import of sqlite3 3.43.1
[FreeBSD/FreeBSD.git] / tools / tools / indent_wrapper / Makefile
1 PREFIX?=        /usr/local
2 LOCALBASE?=     /usr/local
3 BINDIR=         ${PREFIX}/sbin
4 PROG=           indent_wrapper
5 MAN=
6 SRCS+=          indent_wrapper.c
7
8 .include <bsd.prog.mk>