From 324ae72fd6e98f9d5fee58707a391e3eb0988d44 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 17 Jun 2007 06:18:41 +0000 Subject: [PATCH] Add the uuidgen(1) utility to the build. --- usr.bin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 622b54792b..824f9a7cdc 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,6 +1,6 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 # $FreeBSD: src/usr.bin/Makefile,v 1.144.2.17 2003/01/04 17:17:07 obrien Exp $ -# $DragonFly: src/usr.bin/Makefile,v 1.34 2006/09/20 23:48:39 victor Exp $ +# $DragonFly: src/usr.bin/Makefile,v 1.35 2007/06/17 06:18:41 swildner Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend @@ -198,6 +198,7 @@ SUBDIR= alias \ users \ uudecode \ uuencode \ + uuidgen \ vgrind \ vi \ vis \ -- 2.11.4.GIT