diff options
Diffstat (limited to 'proto/xf86miscproto/Makefile')
-rw-r--r-- | proto/xf86miscproto/Makefile | 7 |
1 files changed, 7 insertions, 0 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> |