c8c9ceea67
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.
9 lines
167 B
Makefile
9 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'
|