]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/indent_wrapper/Makefile
Add 'contrib/wireguard-tools/' from commit '7e00bf8773b93a2a3ee28dba2710d2ae443989f1'
[FreeBSD/FreeBSD.git] / tools / tools / indent_wrapper / Makefile
1 # $FreeBSD$
2 PREFIX?=        /usr/local
3 LOCALBASE?=     /usr/local
4 BINDIR=         ${PREFIX}/sbin
5 PROG=           indent_wrapper
6 MAN=
7 SRCS+=          indent_wrapper.c
8
9 .include <bsd.prog.mk>