mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG= kget
|
|
WARNS= 0
|
|
MAN= kget.8
|
|
|
|
.include <bsd.prog.mk>
|