freebsd-dev/bin/uuidgen/Makefile
Pawel Jakub Dawidek 0c6b66bd70 Move uuidgen(1) from /usr/bin/ to /bin/. It will be used in rc.d/hostid
script, which will be executed before /usr/ mount.

Reviewed by:	mlaier, rink, brooks, rwatson
2007-04-09 19:16:48 +00:00

9 lines
75 B
Makefile

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