27cfc42fc5
Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith)
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_MAJOR= 5
|
|
WARNS?= 6
|
|
|
|
MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
|
|
-e 's%@DEFPATH@%${DEFSDIR}/%g' \
|
|
-e 's%@MIBSPATH@%${BMIBSDIR}/%g'
|