mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install the man page and add mp.h to INCS.
This commit is contained in:
parent
afd4579ae6
commit
6375bbb6a8
1 changed files with 3 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue