mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
16 lines
367 B
Makefile
16 lines
367 B
Makefile
|
|
#
|
||
|
|
# Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved.
|
||
|
|
#
|
||
|
|
|
||
|
|
TOPDIR = ..
|
||
|
|
include $(TOPDIR)/include/builddefs
|
||
|
|
|
||
|
|
LSRCFILES = run \
|
||
|
|
apply-mask.test chmod.test computed-mode.test ctime.test \
|
||
|
|
unrepresentable.test basic.test chown.test create.test \
|
||
|
|
delete.test write-vs-append.test
|
||
|
|
|
||
|
|
include $(BUILDRULES)
|
||
|
|
|
||
|
|
default install install-dev install-lib:
|