mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
13 lines
235 B
Makefile
13 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_MAJOR= 6
|
|
PACKAGE= bsnmp
|
|
|
|
MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
|
|
-e 's%@DEFPATH@%${DEFSDIR}/%g' \
|
|
-e 's%@MIBSPATH@%${BMIBSDIR}/%g'
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include "../Makefile.inc"
|