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>
|