Files
apfstests/dmapi/Makefile
T
Dave Chinner a3b48623c3 dmapi: spdx license conversion
Scripted like all the others.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
2018-06-22 10:37:53 +08:00

17 lines
215 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2011 SGI All Rights Reserved.
#
#
#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
SUBDIRS = src
default: $(SUBDIRS)
include $(BUILDRULES)
install: default