From a7cca495b24eb83efe8dfe00eeb21e74e99a1dc9 Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 9 Apr 2007 19:16:48 +0000 Subject: 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 --- bin/uuidgen/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/uuidgen/Makefile') diff --git a/bin/uuidgen/Makefile b/bin/uuidgen/Makefile index 370241d..04ce7f5 100644 --- a/bin/uuidgen/Makefile +++ b/bin/uuidgen/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +BINDIR= /bin + PROG= uuidgen WARNS?= 6 -- cgit v1.1