summaryrefslogtreecommitdiffstats
path: root/bin/uuidgen
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-04-09 19:16:48 +0000
committerpjd <pjd@FreeBSD.org>2007-04-09 19:16:48 +0000
commita7cca495b24eb83efe8dfe00eeb21e74e99a1dc9 (patch)
tree1db8c28e1a13e9d970e91acb73a00c8fade16a76 /bin/uuidgen
parent41417ac6faed26514e046221d4c9760c90d85bbc (diff)
downloadFreeBSD-src-a7cca495b24eb83efe8dfe00eeb21e74e99a1dc9.zip
FreeBSD-src-a7cca495b24eb83efe8dfe00eeb21e74e99a1dc9.tar.gz
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
Diffstat (limited to 'bin/uuidgen')
-rw-r--r--bin/uuidgen/Makefile2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud