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