Module Name: src
Committed By: haad
Date: Sun Feb 28 22:40:09 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzfs: Makefile
Log Message:
Add missing zfs_fletcher.c to libzfs.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/lib/libzfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/lib/libzfs/Makefile
diff -u src/external/cddl/osnet/lib/libzfs/Makefile:1.4 src/external/cddl/osnet/lib/libzfs/Makefile:1.5
--- src/external/cddl/osnet/lib/libzfs/Makefile:1.4 Sun Feb 28 17:40:35 2010
+++ src/external/cddl/osnet/lib/libzfs/Makefile Sun Feb 28 22:40:09 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/02/28 17:40:35 haad Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/28 22:40:09 haad Exp $
.PATH: ${.CURDIR}/../../dist/common/zfs
.PATH: ${.CURDIR}/../../dist/common/fs/zfs
@@ -13,7 +13,7 @@
# Sun
SRCS+= zfs_namecheck.c zprop_common.c zfs_prop.c zpool_prop.c
-SRCS+= zfs_deleg.c zfs_comutil.c
+SRCS+= zfs_deleg.c zfs_fletcher.c zfs_comutil.c
SRCS+= libzfs_dataset.c libzfs_util.c libzfs_graph.c libzfs_mount.c
SRCS+= libzfs_pool.c libzfs_changelist.c libzfs_config.c libzfs_import.c
SRCS+= libzfs_status.c libzfs_sendrecv.c