aboutsummaryrefslogtreecommitdiff
path: root/lib/libmp/Makefile
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-29 13:19:24 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-29 13:19:24 +0000
commit6375bbb6a8e28295b2d1cba0ff9064917ec1b9bd (patch)
tree030327139eb409c6306e882318956fce245c3d85 /lib/libmp/Makefile
parentafd4579ae66db6b30463a9b6992da499d1458f25 (diff)
downloadsrc-6375bbb6a8e28295b2d1cba0ff9064917ec1b9bd.tar.gz
src-6375bbb6a8e28295b2d1cba0ff9064917ec1b9bd.zip
Install the man page and add mp.h to INCS.
Notes
Notes: svn path=/head/; revision=80539
Diffstat (limited to 'lib/libmp/Makefile')
-rw-r--r--lib/libmp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index 1e11ff12d432..81937867532f 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 \