xref: /freebsd/contrib/bmake/mk/libnames.mk (revision c59c3bf3)
1*c59c3bf3SSimon J. Gerraty# SPDX-License-Identifier: BSD-2-Clause
2*c59c3bf3SSimon J. Gerraty#
3*c59c3bf3SSimon J. Gerraty# $Id: libnames.mk,v 1.10 2024/02/17 17:26:57 sjg Exp $
43cbdda60SSimon J. Gerraty#
53cbdda60SSimon J. Gerraty#	@(#) Copyright (c) 2007-2009, Simon J. Gerraty
63cbdda60SSimon J. Gerraty#
73cbdda60SSimon J. Gerraty#	This file is provided in the hope that it will
83cbdda60SSimon J. Gerraty#	be of use.  There is absolutely NO WARRANTY.
93cbdda60SSimon J. Gerraty#	Permission to copy, redistribute or otherwise
103cbdda60SSimon J. Gerraty#	use this file is hereby granted provided that
113cbdda60SSimon J. Gerraty#	the above copyright notice and this notice are
123cbdda60SSimon J. Gerraty#	left intact.
133cbdda60SSimon J. Gerraty#
143cbdda60SSimon J. Gerraty#	Please send copies of changes and bug-fixes to:
153cbdda60SSimon J. Gerraty#	sjg@crufty.net
163cbdda60SSimon J. Gerraty#
173cbdda60SSimon J. Gerraty
183cbdda60SSimon J. GerratyDLIBEXT ?= .a
193cbdda60SSimon J. GerratyDSHLIBEXT ?= .so
203cbdda60SSimon J. Gerraty
21e48f47ddSSimon J. Gerraty.-include <local.libnames.mk>
22e48f47ddSSimon J. Gerraty.-include <sjg.libnames.mk>
23e48f47ddSSimon J. Gerraty.-include <fwall.libnames.mk>
24e48f47ddSSimon J. Gerraty.-include <host.libnames.mk>
25