mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
14 lines
163 B
Makefile
14 lines
163 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
LIBXOSRC= ${SRCTOP}/contrib/libxo
|
||
|
|
|
||
|
|
.PATH:
|
||
|
|
.PATH: ${LIBXOSRC}/xolint
|
||
|
|
|
||
|
|
SCRIPTS= xolint.pl
|
||
|
|
MAN= xolint.1
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|