]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/liby/Makefile
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / lib / liby / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4 LIB=    y
5 SRCS=   main.c yyerror.c
6 NO_PIC=
7
8 WARNS?= 1
9
10 .include <bsd.lib.mk>