mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
7 lines
61 B
Makefile
7 lines
61 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= uuidgen
|
||
|
WARNS?= 4
|
||
|
|
||
|
.include <bsd.prog.mk>
|