mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
7 lines
61 B
Makefile
7 lines
61 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= uuidgen
|
||
|
|
WARNS?= 4
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|