mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
into the contrib directory are still necessary for some of the Makefiles,
because the C-sources there use non-canonical includes ("" includes) to get
at the header files.
8 lines
167 B
Makefile
8 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_MAJOR= 4
|
|
WARNS?= 6
|
|
|
|
MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
|
|
-e 's%@DEFPATH@%${DEFSDIR}/%g' \
|
|
-e 's%@MIBSPATH@%${BMIBSDIR}/%g'
|