opnsense-src/tools/tools/indent_wrapper/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

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>