diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 12:07:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 12:07:35 +0000 |
commit | 3e53c705708b41ce771b107aba9b153bf5abef0d (patch) | |
tree | c9d896dd965d1c3f7b8b8a8742bc5113bb19cef8 /lib/libXft | |
parent | 4a014fe4ddcf23fccd380629c3772ae76ebe1969 (diff) |
Build infrastructure for lib
Diffstat (limited to 'lib/libXft')
-rw-r--r-- | lib/libXft/Makefile.bsd-wrapper | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libXft/Makefile.bsd-wrapper b/lib/libXft/Makefile.bsd-wrapper new file mode 100644 index 000000000..67b5555df --- /dev/null +++ b/lib/libXft/Makefile.bsd-wrapper @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $ + +SHARED_LIBS= Xft 6.0 + +.include <bsd.xorg.mk> |