mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
8 lines
72 B
Makefile
8 lines
72 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= jexec
|
||
|
MAN= jexec.8
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.prog.mk>
|