summaryrefslogtreecommitdiff
path: root/proto/bigreqsproto
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/bigreqsproto
parentfbf05e173266062c6e106a82d6341c46a01dc274 (diff)
Replace autotools based build by native BSD Makefiles in proto/.
tested by naddy@ and oga@. ok oga@.
Diffstat (limited to 'proto/bigreqsproto')
-rw-r--r--proto/bigreqsproto/Makefile7
-rw-r--r--proto/bigreqsproto/Makefile.bsd-wrapper3
2 files changed, 7 insertions, 3 deletions
diff --git a/proto/bigreqsproto/Makefile b/proto/bigreqsproto/Makefile
new file mode 100644
index 000000000..4832d23ca
--- /dev/null
+++ b/proto/bigreqsproto/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:19 matthieu Exp $
+
+HEADERS_SUBDIR= X11/extensions/
+HEADERS= bigreqstr.h
+PKGCONFIG= bigreqsproto.pc
+
+.include <bsd.xorg.mk>
diff --git a/proto/bigreqsproto/Makefile.bsd-wrapper b/proto/bigreqsproto/Makefile.bsd-wrapper
deleted file mode 100644
index da466804b..000000000
--- a/proto/bigreqsproto/Makefile.bsd-wrapper
+++ /dev/null
@@ -1,3 +0,0 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:28:25 matthieu Exp $
-
-.include <bsd.xorg.mk>