8 lines
182 B
Makefile
8 lines
182 B
Makefile
|
#
|
||
|
# Building for a FreeBSD target.
|
||
|
#
|
||
|
# $Id: os.freebsd.mk 189 2008-07-20 10:38:08Z jkoshy $
|
||
|
|
||
|
# Symbol versioning support [FreeBSD 7.X and later]
|
||
|
VERSION_MAP= ${.CURDIR}/Version.map
|