diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 17:41:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 17:41:33 +0000 |
commit | 77107d859dd85541bc125c5a786c79c1d1ef5771 (patch) | |
tree | 1d9818c73bfd76f473bcbd4473f77693f1bb0c15 /doc/gl-docs/Makefile | |
parent | 3a7a58214bb8861c959d42ddc8aa4a85b608624a (diff) |
Add build infrastructure.
Diffstat (limited to 'doc/gl-docs/Makefile')
-rw-r--r-- | doc/gl-docs/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gl-docs/Makefile b/doc/gl-docs/Makefile new file mode 100644 index 000000000..a80690c8a --- /dev/null +++ b/doc/gl-docs/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2006/11/29 17:41:32 matthieu Exp $ + +SUBDIR= GL/gl GL/glx GLU GLw + +.include <bsd.subdir.mk> + +build: _SUBDIRUSE |