mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
8 lines
68 B
Makefile
8 lines
68 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= jls
|
||
|
MAN= jls.8
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.prog.mk>
|