diff options
| author | Mark Murray <markm@FreeBSD.org> | 1996-10-20 09:28:03 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1996-10-20 09:28:03 +0000 |
| commit | 3d9f2d2e10cff62202673cf493381bc9a8b355e4 (patch) | |
| tree | 22e0586c5bc6cb9e249d9442803e42bc22a9e200 /gnu/lib/libgmp/doc | |
| parent | 5eb857037b00f6e783b66707bd507c78a5de1210 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libgmp/doc')
| -rw-r--r-- | gnu/lib/libgmp/doc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/lib/libgmp/doc/Makefile b/gnu/lib/libgmp/doc/Makefile new file mode 100644 index 000000000000..4cb03bfae2ce --- /dev/null +++ b/gnu/lib/libgmp/doc/Makefile @@ -0,0 +1,10 @@ +# +# $Id$ +# +INFO = gmp + +GMPDIR= ${.CURDIR}/../../../../contrib/libgmp +.PATH: ${GMPDIR} + +.include "../Makefile.inc" +.include <bsd.info.mk> |
