1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/bin/uuidgen/Makefile
David E. O'Brien 8757b00e1e uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new"
(2007/04/09) installation location.
2008-03-13 17:38:06 +00:00

7 lines
61 B
Makefile

# $FreeBSD$
PROG= uuidgen
WARNS?= 6
.include <bsd.prog.mk>