xref: /freebsd/contrib/bmake/mk/libnames.mk (revision a91a2465)
1# SPDX-License-Identifier: BSD-2-Clause
2#
3# $Id: libnames.mk,v 1.10 2024/02/17 17:26:57 sjg Exp $
4#
5#	@(#) Copyright (c) 2007-2009, Simon J. Gerraty
6#
7#	This file is provided in the hope that it will
8#	be of use.  There is absolutely NO WARRANTY.
9#	Permission to copy, redistribute or otherwise
10#	use this file is hereby granted provided that
11#	the above copyright notice and this notice are
12#	left intact.
13#
14#	Please send copies of changes and bug-fixes to:
15#	sjg@crufty.net
16#
17
18DLIBEXT ?= .a
19DSHLIBEXT ?= .so
20
21.-include <local.libnames.mk>
22.-include <sjg.libnames.mk>
23.-include <fwall.libnames.mk>
24.-include <host.libnames.mk>
25