12ec888fe8
They are not yet connected to the build, but I am adding them to allow for easier testing, ports exp-runs, etc. Reviewed by: ed Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8188
13 lines
131 B
Makefile
13 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= clibs
|
|
LIB= gcc_eh
|
|
NO_PIC=
|
|
WARNS?= 2
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.include <bsd.lib.mk>
|