mirror of
https://github.com/opnsense/src.git
synced 2026-06-20 22:19:13 -04:00
8 lines
161 B
Makefile
8 lines
161 B
Makefile
PREFIX?= /usr/local
|
|
LOCALBASE?= /usr/local
|
|
BINDIR= ${PREFIX}/sbin
|
|
PROG= indent_wrapper
|
|
MAN=
|
|
SRCS+= indent_wrapper.c
|
|
|
|
.include <bsd.prog.mk>
|