diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-25 23:28:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-25 23:28:21 +0000 |
commit | d0296cb2dca77008ac87984bf5fff52ca809195d (patch) | |
tree | fc3efa1cdc819e3b49ab897140fd0d351629af1c /proto/xextproto/Makefile | |
parent | fbf05e173266062c6e106a82d6341c46a01dc274 (diff) |
Replace autotools based build by native BSD Makefiles in proto/.
tested by naddy@ and oga@. ok oga@.
Diffstat (limited to 'proto/xextproto/Makefile')
-rw-r--r-- | proto/xextproto/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/proto/xextproto/Makefile b/proto/xextproto/Makefile new file mode 100644 index 000000000..d364a2cee --- /dev/null +++ b/proto/xextproto/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:20 matthieu Exp $ + +HEADERS_SUBDIR= X11/extensions/ +HEADERS= dpms.h dpmsstr.h extutil.h lbxbuf.h lbxbufstr.h \ + lbxdeltastr.h lbximage.h lbxopts.h lbxstr.h lbxzlib.h \ + MITMisc.h mitmiscstr.h multibuf.h multibufst.h security.h \ + securstr.h shape.h shapestr.h shmstr.h sync.h syncstr.h \ + Xag.h Xagsrv.h Xagstr.h Xcup.h Xcupstr.h Xdbe.h \ + Xdbeproto.h XEVI.h XEVIstr.h Xext.h XLbx.h XShm.h \ + xtestext1.h XTest.h xteststr.h +PKGCONFIG= xextproto.pc + +.include <bsd.xorg.mk> |