From 6375bbb6a8e28295b2d1cba0ff9064917ec1b9bd Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Sun, 29 Jul 2001 13:19:24 +0000
Subject: [PATCH] Install the man page and add mp.h to INCS.
---
lib/libmp/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index 1e11ff12d43..81937867532 100644
--- a/lib/libmp/Makefile
+++ b/lib/libmp/Makefile
@@ -6,6 +6,9 @@ WARNS?= 2
NO_WERROR= yes
SHLIB_MAJOR= 4
SRCS= mpasbn.c
+INCS= mp.h
+MAN3= mp.3
+MLINKS= mp.3 libmp.3
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \