4a10ff6f04
the toplevel directory. This does not change any WARNS level and survives a make universe. Approved by: ed (co-mentor)
10 lines
184 B
Makefile
10 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"
|