mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
8 lines
72 B
Makefile
8 lines
72 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= jexec
|
||
|
|
MAN= jexec.8
|
||
|
|
WARNS?= 6
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|