summaryrefslogtreecommitdiff
path: root/usr/src/cmd/drm-tests/vbltest/Makefile
diff options
context:
space:
mode:
authorGordon Ross <gordon.w.ross@gmail.com>2016-10-30 20:01:45 -0400
committerGordon Ross <gordon.w.ross@gmail.com>2016-11-23 00:27:10 -0500
commit652f7de48d84d3676be26d15e484640c5d6665c0 (patch)
tree7a494119b493a899a83696e4adcdada8541c69e2 /usr/src/cmd/drm-tests/vbltest/Makefile
parente063b977e8a2c1a321bd414044c2cd3f222ec7ba (diff)
downloadillumos-gfx-drm-652f7de48d84d3676be26d15e484640c5d6665c0.tar.gz
Build drm-tests
Diffstat (limited to 'usr/src/cmd/drm-tests/vbltest/Makefile')
-rw-r--r--usr/src/cmd/drm-tests/vbltest/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/usr/src/cmd/drm-tests/vbltest/Makefile b/usr/src/cmd/drm-tests/vbltest/Makefile
new file mode 100644
index 0000000..91acb2f
--- /dev/null
+++ b/usr/src/cmd/drm-tests/vbltest/Makefile
@@ -0,0 +1,36 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 of the CDDL.
+#
+# A full copy of the text of the CDDL should have accompanied this
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
+#
+
+#
+# Copyright 2016 Gordon W. Ross
+#
+
+include $(SRC)/Makefile.master
+
+SUBDIRS= $(MACH)
+$(BUILD64)SUBDIRS += $(MACH64)
+
+all := TARGET = all
+install := TARGET = install
+clean := TARGET = clean
+clobber := TARGET = clobber
+lint := TARGET = lint
+
+all: $(SUBDIRS)
+
+clean clobber lint: $(SUBDIRS)
+
+install: $(SUBDIRS)
+
+$(SUBDIRS): FRC
+ @cd $@; pwd; $(MAKE) $(TARGET)
+
+FRC: