summaryrefslogtreecommitdiffstats
path: root/lib/libmp
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-29 13:19:24 +0000
committerdd <dd@FreeBSD.org>2001-07-29 13:19:24 +0000
commit30dfa8c18c10d0792edd213f9804bfb5c364c0c0 (patch)
tree030327139eb409c6306e882318956fce245c3d85 /lib/libmp
parent16631fa6d44c8d7aed0f28a24eb0de00c8c75e09 (diff)
downloadFreeBSD-src-30dfa8c18c10d0792edd213f9804bfb5c364c0c0.zip
FreeBSD-src-30dfa8c18c10d0792edd213f9804bfb5c364c0c0.tar.gz
Install the man page and add mp.h to INCS.
Diffstat (limited to 'lib/libmp')
-rw-r--r--lib/libmp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index 1e11ff1..8193786 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 \
OpenPOWER on IntegriCloud