From: David Rhodus Date: Thu, 25 Mar 2004 22:07:21 +0000 (+0000) Subject: Attach mount_udf to the buildworld process now. X-Git-Tag: v2.0.1~11675 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/3d03122a9a07c182c42bf8a0ce0aa786535ca772 Attach mount_udf to the buildworld process now. --- diff --git a/sbin/Makefile b/sbin/Makefile index d426c50c79..0595a188d6 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 # $FreeBSD: src/sbin/Makefile,v 1.77.2.9 2002/08/08 09:03:46 ru Exp $ -# $DragonFly: src/sbin/Makefile,v 1.4 2003/12/11 23:56:04 dillon Exp $ +# $DragonFly: src/sbin/Makefile,v 1.5 2004/03/25 22:07:21 drhodus Exp $ # # XXX MISSING: icheck ncheck @@ -44,6 +44,7 @@ SUBDIR= adjkerntz \ mount_null \ mount_portal \ mount_std \ + mount_udf \ mount_umap \ mount_union \ mountd \