freebsd-dev/lib/liby/Makefile
Eitan Adler 62a0731304 liby: build with WARNS=6
Tested with amd64, arm64, i386, mips
2018-06-16 23:50:34 +00:00

9 lines
92 B
Makefile

# $FreeBSD$
PACKAGE=lib${LIB}
LIB= y
SRCS= main.c yyerror.c
NO_PIC=
.include <bsd.lib.mk>