NetBSD/usr.bin/uuidgen/Makefile
thorpej 1209149ad2 Add the uuidgen(1) command, adapted from FreeBSD. While here, also add
a DCE-compatible -s flag, which causes uuidgen(1) to output C code for
the UUIDs rather than the standard string representation.

PR 23470.
2004-09-13 23:35:19 +00:00

7 lines
108 B
Makefile

# $NetBSD: Makefile,v 1.1 2004/09/13 23:35:19 thorpej Exp $
PROG= uuidgen
WARNS= 2
.include <bsd.prog.mk>