mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
7 lines
61 B
Makefile
7 lines
61 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= uuidgen
|
||
|
WARNS?= 4
|
||
|
|
||
|
.include <bsd.prog.mk>
|