diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 16:51:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 16:51:15 +0000 |
commit | a30718521b56afa89d904e21c2013ba759b3dad9 (patch) | |
tree | 380404dbccdaa24f743dbb1004c793a5e8a2df8e /proto | |
parent | b90103c347ea0c217537f02e96cf8c5de07759fa (diff) |
BSD Makefile
Diffstat (limited to 'proto')
-rw-r--r-- | proto/dri2proto/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/dri2proto/Makefile b/proto/dri2proto/Makefile new file mode 100644 index 000000000..7e5c6334f --- /dev/null +++ b/proto/dri2proto/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2008/09/14 16:51:14 matthieu Exp $ + +HEADERS_SUBDIR= X11/extensions/ +HEADERS= dri2proto.h +PKGCONFIG= dri2proto.pc + +.include <bsd.xorg.mk> |