mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
the toplevel directory. This does not change any WARNS level and survives a make universe. Approved by: ed (co-mentor)
9 lines
184 B
Makefile
9 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_MAJOR= 6
|
|
|
|
MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
|
|
-e 's%@DEFPATH@%${DEFSDIR}/%g' \
|
|
-e 's%@MIBSPATH@%${BMIBSDIR}/%g'
|
|
|
|
.include "../Makefile.inc"
|