xref: /freebsd/bin/uuidgen/Makefile (revision 39beb93c)
1# $FreeBSD$
2
3PROG=	uuidgen
4WARNS?=	6
5
6.include <bsd.prog.mk>
7