From 7ddfd8c4e87ef8c2e92e21a521182356ac24ad84 Mon Sep 17 00:00:00 2001 From: mharris Date: Fri, 26 Aug 2005 21:43:06 +0000 Subject: [PATCH] Setup of module libXxf86vm --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b3aabc9 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# Makefile for source rpm: libXxf86vm +# $Id$ +NAME := libXxf86vm +SPECFILE = $(firstword $(wildcard *.spec)) + +include ../common/Makefile.common