7 lines
61 B
Makefile
7 lines
61 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= uuidgen
|
||
|
WARNS?= 4
|
||
|
|
||
|
.include <bsd.prog.mk>
|