summaryrefslogtreecommitdiff
path: root/proto/xf86miscproto
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-25 23:28:21 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-25 23:28:21 +0000
commitd0296cb2dca77008ac87984bf5fff52ca809195d (patch)
treefc3efa1cdc819e3b49ab897140fd0d351629af1c /proto/xf86miscproto
parentfbf05e173266062c6e106a82d6341c46a01dc274 (diff)
Replace autotools based build by native BSD Makefiles in proto/.
tested by naddy@ and oga@. ok oga@.
Diffstat (limited to 'proto/xf86miscproto')
-rw-r--r--proto/xf86miscproto/Makefile7
-rw-r--r--proto/xf86miscproto/Makefile.bsd-wrapper3
2 files changed, 7 insertions, 3 deletions
diff --git a/proto/xf86miscproto/Makefile b/proto/xf86miscproto/Makefile
new file mode 100644
index 000000000..c1b56e77e
--- /dev/null
+++ b/proto/xf86miscproto/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:20 matthieu Exp $
+
+HEADERS_SUBDIR= X11/extensions/
+HEADERS= xf86misc.h xf86mscstr.h
+PKGCONFIG= xf86miscproto.pc
+
+.include <bsd.xorg.mk>
diff --git a/proto/xf86miscproto/Makefile.bsd-wrapper b/proto/xf86miscproto/Makefile.bsd-wrapper
deleted file mode 100644
index 30831d400..000000000
--- a/proto/xf86miscproto/Makefile.bsd-wrapper
+++ /dev/null
@@ -1,3 +0,0 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:28:26 matthieu Exp $
-
-.include <bsd.xorg.mk>