mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
c15833f024
Merge of master-melb:xfs-cmds:24326a by kenmcd.
15 lines
337 B
Makefile
15 lines
337 B
Makefile
#
|
|
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
|
#
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
HFILES = dataascii.h databin.h pattern.h \
|
|
random_range.h string_to_tokens.h tlibio.h write_log.h
|
|
LSRCFILES = builddefs.in buildrules buildmacros config.h.in
|
|
|
|
default install install-dev:
|
|
|
|
include $(BUILDRULES)
|