mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
df0fd18101
fssum is a tool to build a recursive checksum for a file system. The home
repository of fssum is
git://git.kernel.org/pub/scm/linux/kernel/git/arne/far-progs.git
Signed-off-by: Jan Schmidt <list.xfs@jan-o-sch.net>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
33 lines
598 B
Makefile
33 lines
598 B
Makefile
#
|
|
# Copyright (c) 2003-2006 Silicon Graphics, Inc. All Rights Reserved.
|
|
#
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
LSRCFILES = \
|
|
manual_format.m4 \
|
|
package_acldev.m4 \
|
|
package_aiodev.m4 \
|
|
package_gdbmdev.m4 \
|
|
package_attrdev.m4 \
|
|
package_dmapidev.m4 \
|
|
package_globals.m4 \
|
|
package_libcdev.m4 \
|
|
package_ncurses.m4 \
|
|
package_pthread.m4 \
|
|
package_ssldev.m4 \
|
|
package_types.m4 \
|
|
package_utilies.m4 \
|
|
package_uuiddev.m4 \
|
|
package_xfslibs.m4 \
|
|
general_headers.m4 \
|
|
visibility_hidden.m4 \
|
|
multilib.m4
|
|
|
|
default:
|
|
|
|
include $(BUILDRULES)
|
|
|
|
install install-dev install-lib: default
|