1209149ad2
a DCE-compatible -s flag, which causes uuidgen(1) to output C code for the UUIDs rather than the standard string representation. PR 23470.
7 lines
108 B
Makefile
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>
|